diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-09-08 19:02:56 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-09-08 19:02:56 +0000 |
commit | c1d2e280e3c983c412bbd3923b95fd7fce4e7e8d (patch) | |
tree | 9e38137567620d6a4c63d70598548e60256e9a8d /sys-apps | |
parent | significant binutils cleanups (diff) | |
download | historical-c1d2e280e3c983c412bbd3923b95fd7fce4e7e8d.tar.gz historical-c1d2e280e3c983c412bbd3923b95fd7fce4e7e8d.tar.bz2 historical-c1d2e280e3c983c412bbd3923b95fd7fce4e7e8d.zip |
fix!
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man/man-1.5i-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/man/man-1.5i-r1.ebuild b/sys-apps/man/man-1.5i-r1.ebuild index 67f11c801210..856ec712c4d3 100644 --- a/sys-apps/man/man-1.5i-r1.ebuild +++ b/sys-apps/man/man-1.5i-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i-r1.ebuild,v 1.1 2001/09/06 21:24:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5i-r1.ebuild,v 1.2 2001/09/08 19:02:56 drobbins Exp $ NV=1.5i2 S=${WORKDIR}/${PN}-${NV} @@ -45,7 +45,6 @@ src_install() { make PREFIX=${D} install || die cd ${S}/msgs ./inst.sh ?? ${D}/usr/share/locale/%L/%N - return chmod 2555 ${D}/usr/bin/man chown root.man ${D}/usr/bin/man insinto /etc |