diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-18 19:19:23 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-18 19:19:23 +0000 |
commit | fcde859699b1592ab5a0cfe7738e8f4f7be77666 (patch) | |
tree | 3df118ffd936470f7a5ded0f86e64ae7403558e9 /sys-apps | |
parent | Oops (diff) | |
download | historical-fcde859699b1592ab5a0cfe7738e8f4f7be77666.tar.gz historical-fcde859699b1592ab5a0cfe7738e8f4f7be77666.tar.bz2 historical-fcde859699b1592ab5a0cfe7738e8f4f7be77666.zip |
Added GL symlink
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/baselayout-1.5-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-1.5-r3.ebuild b/sys-apps/baselayout/baselayout-1.5-r3.ebuild index 3b9fc0ac0b20..e33f84be15fc 100644 --- a/sys-apps/baselayout/baselayout-1.5-r3.ebuild +++ b/sys-apps/baselayout/baselayout-1.5-r3.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/baselayout/baselayout-1.5-r3.ebuild,v 1.6 2001/05/18 04:46:25 achim Exp $# Copyright 1999-2000 Gentoo Technologies, Inc. +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.5-r3.ebuild,v 1.7 2001/05/18 19:19:23 achim Exp $# Copyright 1999-2000 Gentoo Technologies, Inc. A="" S=${WORKDIR}/${P} @@ -21,8 +21,9 @@ src_install() exit 1 fi dodir /boot /home - dodir /usr/include /usr/src /usr/portage + dodir /usr/include /usr/src /usr/portage /usr/X11R6/include/GL dosym ../X11R6/include/X11 /usr/include/X11 + dosym /usr/X11R6/include/GL /usr/include/GL dosym ../src/linux/include/linux /usr/include/linux dosym ../src/linux/include/asm-i386 /usr/include/asm local foo |