diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-23 21:34:37 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-23 21:34:37 +0000 |
commit | 983ef07529007d485dda3fa354af36ec4a5b74f5 (patch) | |
tree | 9a390201be70b66181a37d62d24b355d0568d86d /media-libs/SoGtk | |
parent | Forgott to specify infodir in src_install (diff) | |
download | gentoo-2-983ef07529007d485dda3fa354af36ec4a5b74f5.tar.gz gentoo-2-983ef07529007d485dda3fa354af36ec4a5b74f5.tar.bz2 gentoo-2-983ef07529007d485dda3fa354af36ec4a5b74f5.zip |
various fixes
Diffstat (limited to 'media-libs/SoGtk')
-rw-r--r-- | media-libs/SoGtk/SoGtk-20010601.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/SoGtk/SoGtk-20010601.ebuild b/media-libs/SoGtk/SoGtk-20010601.ebuild index 08f03e69fa5a..a5692575f17a 100644 --- a/media-libs/SoGtk/SoGtk-20010601.ebuild +++ b/media-libs/SoGtk/SoGtk-20010601.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.2 2001/06/09 14:11:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601.ebuild,v 1.3 2001/06/23 21:34:37 achim Exp $ A=${P}.tar.gz @@ -28,7 +28,7 @@ src_compile() { src_install () { - try make DESTDIR=${D} install + try make prefix=${D}/usr/X11R6 install cd ${S} dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README* docinto txt |