diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
commit | 809c7857e4ee0e351a50c258d8f2276bd9ce5746 (patch) | |
tree | 6c7770cfcc65ff87156da52fedc24f1a7f64cc76 /sys-apps/sh-utils | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.tar.gz gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.tar.bz2 gentoo-2-809c7857e4ee0e351a50c258d8f2276bd9ce5746.zip |
Upd and fixes for sys-build
Diffstat (limited to 'sys-apps/sh-utils')
-rw-r--r-- | sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild b/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild index 0025f379a875..8d2e638cd04f 100644 --- a/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild @@ -2,7 +2,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.7 2000/12/01 21:58:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.8 2001/01/27 14:41:34 achim Exp $ P=sh-utils-2.0j A=${P}.tar.gz @@ -32,7 +32,7 @@ src_install() { rm -rf ${D}/usr/lib dodir /bin cd ${D}/usr/bin - mv date echo false pwd stty su true uname hostname ${D}/bin + mv date echo false pwd stty su true uname hostname ${D}/bin dodoc AUTHORS COPYING ChangeLog ChangeLog.0 \ NEWS README THANKS TODO } |