summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:22:09 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:22:09 +0100
commitf4096946a7d051e7847cee117d09317adb2e4eb9 (patch)
treef99572e7f9fea46d4d383bcc5b4d969259f2d83e /dev-util/conf2struct
parentdev-util/android-studio: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-f4096946a7d051e7847cee117d09317adb2e4eb9.tar.gz
gentoo-f4096946a7d051e7847cee117d09317adb2e4eb9.tar.bz2
gentoo-f4096946a7d051e7847cee117d09317adb2e4eb9.zip
dev-util/conf2struct: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/conf2struct')
-rw-r--r--dev-util/conf2struct/conf2struct-1.0.ebuild2
-rw-r--r--dev-util/conf2struct/conf2struct-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/conf2struct/conf2struct-1.0.ebuild b/dev-util/conf2struct/conf2struct-1.0.ebuild
index f05ace485dcf..28df9ba3cbb7 100644
--- a/dev-util/conf2struct/conf2struct-1.0.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.0.ebuild
@@ -28,5 +28,5 @@ src_compile(){
}
src_install(){
- emake DESTDIR="${D}" prefix="${EPREFIX%/}/usr" install
+ emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
}
diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild
index b853d93f1b86..e858e5baedb7 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-9999.ebuild
@@ -28,5 +28,5 @@ src_compile(){
}
src_install(){
- emake DESTDIR="${D}" prefix="${EPREFIX%/}/usr" install
+ emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
}