Mercurial > mplayer.hg
changeset 7263:fe7213b0baee
Fix package building by adding BINDIR.
author | diego |
---|---|
date | Tue, 03 Sep 2002 23:31:11 +0000 |
parents | 5fc42290c305 |
children | afe8885a6446 |
files | debian/changelog debian/rules |
diffstat | 2 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/changelog Tue Sep 03 22:28:31 2002 +0000 +++ b/debian/changelog Tue Sep 03 23:31:11 2002 +0000 @@ -1,3 +1,9 @@ +mplayer (0.90-4) unstable; urgency=low + + * Fix package building by adding BINDIR. + + -- Diego Biurrun <diego@biurrun.de> Wed, 4 Sep 2002 00:49:03 +0200 + mplayer (0.90-3) unstable; urgency=low * Remove configuration files on purge. @@ -140,7 +146,3 @@ * Initial release. -- * TeLeNiEkO * <telenieko@telenieko.com> Mon, 26 Feb 2001 12:24:04 +0100 - -Local variables: -mode: debian-changelog -End:
--- a/debian/rules Tue Sep 03 22:28:31 2002 +0000 +++ b/debian/rules Tue Sep 03 23:31:11 2002 +0000 @@ -54,7 +54,7 @@ dh_installdirs # commands to install the package into debian/<packagename> - $(MAKE) prefix=$(prefix)/usr CONFDIR=$(prefix)/etc/mplayer LIBDIR=$(prefix)/usr/lib DATADIR=$(prefix)/usr/share/mplayer MANDIR=$(prefix)/usr/share/man install + $(MAKE) prefix=$(prefix)/usr BINDIR=$(prefix)/usr/bin CONFDIR=$(prefix)/etc/mplayer LIBDIR=$(prefix)/usr/lib DATADIR=$(prefix)/usr/share/mplayer MANDIR=$(prefix)/usr/share/man install dh_link usr/bin/mplayer usr/bin/gmplayer \ usr/share/man/man1/mplayer.1.gz usr/share/man/man1/gmplayer.1.gz