summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild (renamed from sys-fs/f2fs-tools/f2fs-tools-1.7.0-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r1.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild
index 105667a48d5a..b28c634561a5 100644
--- a/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r1.ebuild
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild
@@ -20,7 +20,7 @@ DEPEND="$RDEPEND"
src_configure() {
#This is required to install to /sbin, bug #481110
econf \
- --bindir="${EPREFIX}"/sbin
+ --bindir="${EPREFIX}"/sbin \
--disable-static
}