diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-09-03 07:41:50 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-09-03 07:41:50 +0000 |
commit | 23d3abd7953f3e6c59398f9644ec3973568918e1 (patch) | |
tree | 654fd30625112384d8389c148b73df24407bf1b9 /media-libs/libfame | |
parent | fixor some stuffzor see changelog (diff) | |
download | historical-23d3abd7953f3e6c59398f9644ec3973568918e1.tar.gz historical-23d3abd7953f3e6c59398f9644ec3973568918e1.tar.bz2 historical-23d3abd7953f3e6c59398f9644ec3973568918e1.zip |
einstall not make blah install
Diffstat (limited to 'media-libs/libfame')
-rw-r--r-- | media-libs/libfame/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libfame/libfame-0.8.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libfame/ChangeLog b/media-libs/libfame/ChangeLog index d2a38e536153..7fdda7d59f2a 100644 --- a/media-libs/libfame/ChangeLog +++ b/media-libs/libfame/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.1 2002/07/19 03:39:01 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.2 2002/09/03 07:41:50 lostlogic Exp $ *libfame-0.8.10 (18 July 2002) + 03 Sep 2002; Brandon Low <lostlogic@gentoo.org) libfame-0.8.10.ebuild + + Use einstall not make blah install works better, fixes sandbox whine. + 18 July 2002; Chad Huneycutt <chadh@gentoo.org) libfame-0.8.10.ebuild Initial import. diff --git a/media-libs/libfame/libfame-0.8.10.ebuild b/media-libs/libfame/libfame-0.8.10.ebuild index 70e780ad4c8e..120dd58a654c 100644 --- a/media-libs/libfame/libfame-0.8.10.ebuild +++ b/media-libs/libfame/libfame-0.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.8.10.ebuild,v 1.3 2002/08/14 13:08:09 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.8.10.ebuild,v 1.4 2002/09/03 07:41:50 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="libfame is a video encoding library. (MPEG-1 and MPEG-4)" @@ -27,7 +27,7 @@ src_install() { dodir /usr dodir /usr/lib - make prefix=${D}/usr install || die + einstall install || die dobin libfame-config insinto /usr/share/aclocal |