summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-07-02 17:30:01 -0400
committerAnthony G. Basile <blueness@gentoo.org>2017-07-02 17:30:23 -0400
commit6598542cf9da719f618c8f4a0e6c7e876578464a (patch)
tree2cf6c9992e2e177eb2f5be7c99c9ab9964d7debd /sys-fs/f2fs-tools
parentsys-fs/f2fs-tools: version bump to 1.8.0 (diff)
downloadgentoo-6598542cf9da719f618c8f4a0e6c7e876578464a.tar.gz
gentoo-6598542cf9da719f618c8f4a0e6c7e876578464a.tar.bz2
gentoo-6598542cf9da719f618c8f4a0e6c7e876578464a.zip
sys-fs/f2fs-tools: fix typo
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-fs/f2fs-tools')
-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
}