mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-block/partimage: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user