diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-03-12 00:37:20 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-03-12 00:37:20 +0000 |
commit | 77b98bbf8822af3262125dc959cad6c7e89fbbce (patch) | |
tree | f2231207af6bf4783a24a0c5aa5a97f8da0940d7 /sys-fs/ntfs3g | |
parent | Add missing gnome-common dependency (bug #407851, thanks to Piotr Szymaniak f... (diff) | |
download | gentoo-2-77b98bbf8822af3262125dc959cad6c7e89fbbce.tar.gz gentoo-2-77b98bbf8822af3262125dc959cad6c7e89fbbce.tar.bz2 gentoo-2-77b98bbf8822af3262125dc959cad6c7e89fbbce.zip |
Fix fperms call.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog index 870c1aed6a1f..14d1899141b0 100644 --- a/sys-fs/ntfs3g/ChangeLog +++ b/sys-fs/ntfs3g/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.122 2012/03/11 19:08:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.123 2012/03/12 00:37:20 floppym Exp $ + + 12 Mar 2012; Mike Gilbert <floppym@gentoo.org> ntfs3g-2012.1.15-r1.ebuild: + Fix fperms call. *ntfs3g-2012.1.15-r1 (11 Mar 2012) diff --git a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild index 76bf84ae788a..c9923b28ac4d 100644 --- a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild,v 1.2 2012/03/11 19:13:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild,v 1.3 2012/03/12 00:37:20 floppym Exp $ EAPI=4 inherit linux-info @@ -58,7 +58,7 @@ src_configure() { src_install() { default - use suid && fperms u+s /bin/${MY_PN} + use suid && fperms u+s /usr/bin/${MY_PN} if use udev; then insinto /lib/udev/rules.d |