diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-09-22 16:45:16 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-22 16:45:33 +0200 |
commit | 3dd1f30da2e920f10f38b8a1bbab68ab939802c2 (patch) | |
tree | 2e3e7926d4a4b32fa5eb74bd91a2e11a57f4e33c /games-action/supermariowar | |
parent | dev-lang/qu-prolog: stable on amd64. Bug #631726 (diff) | |
download | gentoo-3dd1f30da2e920f10f38b8a1bbab68ab939802c2.tar.gz gentoo-3dd1f30da2e920f10f38b8a1bbab68ab939802c2.tar.bz2 gentoo-3dd1f30da2e920f10f38b8a1bbab68ab939802c2.zip |
games-action/supermariowar: EPREFIX is not slash terminated.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'games-action/supermariowar')
-rw-r--r-- | games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild index 58702dbfd958..b015d2b57fc3 100644 --- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild +++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild @@ -49,9 +49,9 @@ 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}" + -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" + -DSMW_BINDIR="${EPREFIX}/usr/bin" + -DSMW_DATADIR="${EPREFIX}/usr/share/${PF}" ) cmake-utils_src_configure |