projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a46dcba
)
sys-block/partimage: [QA] Fix UnnecessarySlashStrip
author
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:52:35 +0000
(17:52 +0100)
committer
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:52:35 +0000
(17:52 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
sys-block/partimage/partimage-0.6.9-r1.ebuild
patch
|
blob
|
history
diff --git
a/sys-block/partimage/partimage-0.6.9-r1.ebuild
b/sys-block/partimage/partimage-0.6.9-r1.ebuild
index 400f801dd5f94f123f5c6c642d8753209932eaf5..83cd55dc190c299a672a30785a8326723faaf027 100644
(file)
--- a/
sys-block/partimage/partimage-0.6.9-r1.ebuild
+++ b/
sys-block/partimage/partimage-0.6.9-r1.ebuild
@@
-54,13
+54,13
@@
src_configure() {
fi
econf \
- --docdir="${EPREFIX
%/
}"/usr/share/doc/${PF} \
- --sysconfdir="${EPREFIX
%/
}"/etc \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ --sysconfdir="${EPREFIX}"/etc \
$(use_enable nls) \
$(use_enable ssl) \
--disable-pam \
$(use_enable static all-static) \
- --with-log-dir="${EPREFIX
%/
}"/var/log/partimage \
+ --with-log-dir="${EPREFIX}"/var/log/partimage \
${myconf}
}