diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-10 12:44:37 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-10 12:44:37 +0000 |
commit | 3989f93813a04b50afc25affd3ddb0bfc01b30c2 (patch) | |
tree | 642a99d29a8c46dbf672c34aa17ffdfba548d090 /media-video | |
parent | new version (diff) | |
download | historical-3989f93813a04b50afc25affd3ddb0bfc01b30c2.tar.gz historical-3989f93813a04b50afc25affd3ddb0bfc01b30c2.tar.bz2 historical-3989f93813a04b50afc25affd3ddb0bfc01b30c2.zip |
small fixes; should not be obvious to most users
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/files/mplayer-0.90_pre5-vidix-destpath.patch | 8 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-0.90_pre5.ebuild | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/media-video/mplayer/files/mplayer-0.90_pre5-vidix-destpath.patch b/media-video/mplayer/files/mplayer-0.90_pre5-vidix-destpath.patch index 47f78afc4811..3998a5e040bf 100644 --- a/media-video/mplayer/files/mplayer-0.90_pre5-vidix-destpath.patch +++ b/media-video/mplayer/files/mplayer-0.90_pre5-vidix-destpath.patch @@ -6,13 +6,13 @@ install: - mkdir -p $(BINDIR) - install -m 755 -s -p *.so $(BINDIR) -+ mkdir -p $(prefix)/lib/mplayer/vidix -+ install -m 755 -s -p *.so $(prefix)/lib/mplayer/vidix ++ mkdir -p $(LIBDIR)/mplayer/vidix ++ install -m 755 -s -p *.so $(LIBDIR)/mplayer/vidix uninstall: - rm -f $(BINDIR)/*.so - rmdir -p --ignore-fail-on-non-empty $(BINDIR) -+ rm -f $(prefix)/lib/mplayer/vidix/*.so -+ rmdir -p --ignore-fail-on-non-empty $(prefix)/lib/mplayer/vidix ++ rm -f $(LIBDIR)/mplayer/vidix/*.so ++ rmdir -p --ignore-fail-on-non-empty $(LIBDIR)/mplayer/vidix # # include dependency files if they exist diff --git a/media-video/mplayer/mplayer-0.90_pre5.ebuild b/media-video/mplayer/mplayer-0.90_pre5.ebuild index c72566f9c537..efa1bbdfc686 100644 --- a/media-video/mplayer/mplayer-0.90_pre5.ebuild +++ b/media-video/mplayer/mplayer-0.90_pre5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_pre5.ebuild,v 1.1 2002/06/10 12:06:57 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_pre5.ebuild,v 1.2 2002/06/10 12:44:37 azarah Exp $ # Handle PREversions as well MY_PV=${PV/_/} @@ -159,8 +159,9 @@ src_compile() { src_install() { - make prefix=${D}/usr/share \ + make prefix=${D}/usr \ BINDIR=${D}/usr/bin \ + LIBDIR=${D}/usr/lib \ CONFDIR=${D}/usr/share/mplayer \ DATADIR=${D}/usr/share/mplayer \ MANDIR=${D}/usr/share/man \ |