summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-24 09:55:16 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-24 09:55:16 +0000
commit22d8423f79eb5c36666d05b396c395d791fa211b (patch)
treeb538a733f2feb950c77df352d1ccdcca179f50b9 /sys-apps/tar
parentfixed (finally!) bootdisk (diff)
downloadgentoo-2-22d8423f79eb5c36666d05b396c395d791fa211b.tar.gz
gentoo-2-22d8423f79eb5c36666d05b396c395d791fa211b.tar.bz2
gentoo-2-22d8423f79eb5c36666d05b396c395d791fa211b.zip
FHS 2.1 fixes
Diffstat (limited to 'sys-apps/tar')
-rw-r--r--sys-apps/tar/tar-1.13.18.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/tar/tar-1.13.18.ebuild b/sys-apps/tar/tar-1.13.18.ebuild
index eccd863f09a0..1b787b7258d0 100644
--- a/sys-apps/tar/tar-1.13.18.ebuild
+++ b/sys-apps/tar/tar-1.13.18.ebuild
@@ -1,7 +1,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/tar/tar-1.13.18.ebuild,v 1.2 2000/11/30 23:14:35 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18.ebuild,v 1.3 2000/12/24 09:55:16 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -18,6 +18,8 @@ src_compile() {
src_install() {
cd ${S}
try make DESTDIR=${D} install
+ dodir /bin
+ mv ${D}/usr/bin/tar ${D}/bin/tar
dodoc AUTHORS ChangeLog* COPYING NEWS README* PORTS THANKS
}