diff options
author | 2001-10-06 15:30:16 +0000 | |
---|---|---|
committer | 2001-10-06 15:30:16 +0000 | |
commit | 3bd85fe59a6b3e886c351a2ab54572fe504b44ee (patch) | |
tree | a69267f7535d800ecdbba111fb79419bb5ab9b6c /media-libs/SoGtk | |
parent | The Big Commit. Modifies apps to install into /usr instead of /usr/X11R6. If ... (diff) | |
download | historical-3bd85fe59a6b3e886c351a2ab54572fe504b44ee.tar.gz historical-3bd85fe59a6b3e886c351a2ab54572fe504b44ee.tar.bz2 historical-3bd85fe59a6b3e886c351a2ab54572fe504b44ee.zip |
The Big Commit. Modifies apps to install into /usr instead of /usr/X11R6. If it breaks, fix it.
Diffstat (limited to 'media-libs/SoGtk')
-rw-r--r-- | media-libs/SoGtk/SoGtk-20010601-r1.ebuild (renamed from media-libs/SoGtk/SoGtk-20010601.ebuild) | 6 | ||||
-rw-r--r-- | media-libs/SoGtk/files/digest-SoGtk-20010601 | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/SoGtk/SoGtk-20010601.ebuild b/media-libs/SoGtk/SoGtk-20010601-r1.ebuild index a5692575f17a..61fbe10cc343 100644 --- a/media-libs/SoGtk/SoGtk-20010601.ebuild +++ b/media-libs/SoGtk/SoGtk-20010601-r1.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601.ebuild,v 1.3 2001/06/23 21:34:37 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ A=${P}.tar.gz @@ -21,14 +21,14 @@ src_compile() { ./bootstrap --add - try ./configure --prefix=/usr/X11R6 --host=${CHOST} --build=${CHOST} + try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} try make } src_install () { - try make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr install cd ${S} dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README* docinto txt diff --git a/media-libs/SoGtk/files/digest-SoGtk-20010601 b/media-libs/SoGtk/files/digest-SoGtk-20010601 deleted file mode 100644 index 82ec1a9223cb..000000000000 --- a/media-libs/SoGtk/files/digest-SoGtk-20010601 +++ /dev/null @@ -1 +0,0 @@ -MD5 4aee289d80ca35bf91408170c8be4863 SoGtk-20010601.tar.gz |