diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-09 07:56:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-09 07:56:01 +0000 |
commit | a83d23d380a7e59cc46dcc41a216ace7674d347a (patch) | |
tree | e507f1b99b61fc933d5f1e19bec7800a421dd8c0 /media-libs/SoGtk | |
parent | version bump (diff) | |
download | historical-a83d23d380a7e59cc46dcc41a216ace7674d347a.tar.gz historical-a83d23d380a7e59cc46dcc41a216ace7674d347a.tar.bz2 historical-a83d23d380a7e59cc46dcc41a216ace7674d347a.zip |
einstall instead of make prefix blahblah install
Diffstat (limited to 'media-libs/SoGtk')
-rw-r--r-- | media-libs/SoGtk/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/SoGtk/SoGtk-20010601-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/SoGtk/ChangeLog b/media-libs/SoGtk/ChangeLog index a5503d33342f..1261334fc737 100644 --- a/media-libs/SoGtk/ChangeLog +++ b/media-libs/SoGtk/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for media-libs/SoGtk # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/ChangeLog,v 1.1 2002/02/01 21:53:30 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/ChangeLog,v 1.2 2002/11/09 07:56:01 seemant Exp $ *SoGtk-20010601-r1 (1 Feb 2002) + 08 Nov 2002; Seemant Kulleen <seemant@gentoo.org> SoGTK-20010601-r1.ebuild : + + Changed make install to einstall + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/media-libs/SoGtk/SoGtk-20010601-r1.ebuild b/media-libs/SoGtk/SoGtk-20010601-r1.ebuild index b812675f024d..9c5b3e2a13fe 100644 --- a/media-libs/SoGtk/SoGtk-20010601-r1.ebuild +++ b/media-libs/SoGtk/SoGtk-20010601-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601-r1.ebuild,v 1.9 2002/10/04 05:46:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601-r1.ebuild,v 1.10 2002/11/09 07:56:01 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A Gtk Interface for coin" @@ -25,7 +25,7 @@ src_compile() { src_install () { - make prefix=${D}/usr install || die + einstall || die cd ${S} dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README* |