diff options
Diffstat (limited to 'dev-util/aap/aap-1.000-r1.ebuild')
-rw-r--r-- | dev-util/aap/aap-1.000-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/aap/aap-1.000-r1.ebuild b/dev-util/aap/aap-1.000-r1.ebuild index 024af6201800..725fb543cfde 100644 --- a/dev-util/aap/aap-1.000-r1.ebuild +++ b/dev-util/aap/aap-1.000-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.000-r1.ebuild,v 1.1 2003/07/24 11:47:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.000-r1.ebuild,v 1.2 2003/08/12 02:19:43 agriffis Exp $ IUSE="" @@ -36,5 +36,5 @@ src_install() { # Create a symbolic link for the executable dodir /usr/bin - ln -s ${D}/usr/share/aap/aap ${D}/usr/bin/aap + ln -s ../share/aap/aap ${D}/usr/bin/aap } |