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 | 87dd32b8745ce091a41fa4d933fc2937f189b269 (patch) | |
tree | f9d5431e9d58e78d0e164c863343c458f5cf55bd /sys-apps/sh-utils | |
parent | Upd and fixes for sys-build (diff) | |
download | historical-87dd32b8745ce091a41fa4d933fc2937f189b269.tar.gz historical-87dd32b8745ce091a41fa4d933fc2937f189b269.tar.bz2 historical-87dd32b8745ce091a41fa4d933fc2937f189b269.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 } |