diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 18:05:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 18:05:22 +0100 |
commit | a5ab70edd213c2dfb0a117b16cc14f1422513385 (patch) | |
tree | 64dfbccb0478e89dc7b0f6e6b2841baef1e80a51 /games-action/supermariowar | |
parent | dev-util/cmake: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments (diff) | |
download | gentoo-a5ab70edd213c2dfb0a117b16cc14f1422513385.tar.gz gentoo-a5ab70edd213c2dfb0a117b16cc14f1422513385.tar.bz2 gentoo-a5ab70edd213c2dfb0a117b16cc14f1422513385.zip |
games-action/supermariowar: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action/supermariowar')
-rw-r--r-- | games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild index d78992bbd8aa..826d4507de75 100644 --- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild +++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild @@ -49,7 +49,6 @@ src_prepare() { src_configure() { local mycmakeargs=( -DBUILD_STATIC_LIBS=OFF - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" -DSMW_BINDIR="${EPREFIX}/usr/bin" -DSMW_DATADIR="${EPREFIX}/usr/share/${PF}" ) |