diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:15 +0000 |
commit | 96137a6a556d1bc92464f1458a316ebf4a1f37e9 (patch) | |
tree | af2952fa30ea5674fc94b0d42d52dff2fb635a10 /app-editors/fte | |
parent | added -lm (diff) | |
download | historical-96137a6a556d1bc92464f1458a316ebf4a1f37e9.tar.gz historical-96137a6a556d1bc92464f1458a316ebf4a1f37e9.tar.bz2 historical-96137a6a556d1bc92464f1458a316ebf4a1f37e9.zip |
The Big Commit. Modifies apps to install into /usr instead of /usr/X11R6. If it breaks, fix it.
Diffstat (limited to 'app-editors/fte')
-rw-r--r-- | app-editors/fte/files/digest-fte-20010819 | 2 | ||||
-rw-r--r-- | app-editors/fte/fte-20010819-r1.ebuild (renamed from app-editors/fte/fte-20010819.ebuild) | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/app-editors/fte/files/digest-fte-20010819 b/app-editors/fte/files/digest-fte-20010819 deleted file mode 100644 index a00b0273cb6d..000000000000 --- a/app-editors/fte/files/digest-fte-20010819 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 a3af219f8a6b59ce308b04d0846ea72d fte-20010819-common.zip -MD5 2dec08301d39c9d914c7bcdcb0323ed1 fte-20010819-src.zip diff --git a/app-editors/fte/fte-20010819.ebuild b/app-editors/fte/fte-20010819-r1.ebuild index 401c971f7390..e871aca25cfa 100644 --- a/app-editors/fte/fte-20010819.ebuild +++ b/app-editors/fte/fte-20010819-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819.ebuild,v 1.1 2001/09/18 09:40:22 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20010819-r1.ebuild,v 1.1 2001/10/06 15:30:15 danarmak Exp $ S=${WORKDIR}/${P} @@ -71,11 +71,11 @@ src_install () { dodir usr/share/doc/${P}/html cp doc/INDEX doc/*.html ${D}/usr/share/doc/${P}/html - if [ -a ${D}/usr/bin/xfte ] ; then - into /usr/X11R6 ; - dobin src/xfte ; - rm ${D}/usr/bin/xfte ; - fi +# if [ -a ${D}/usr/bin/xfte ] ; then +# into /usr/X11R6 ; +# dobin src/xfte ; +# rm ${D}/usr/bin/xfte ; +# fi dodir usr/share/fte cp -R config/* ${D}/usr/share/fte |