mirror of https://github.com/mpv-player/mpv
Fix package building by adding BINDIR.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7264 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fc0239c85b
commit
835382cfb8
|
@ -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 @@ mplayer (0.11pre-1) unstable; urgency=low
|
|||
* Initial release.
|
||||
|
||||
-- * TeLeNiEkO * <telenieko@telenieko.com> Mon, 26 Feb 2001 12:24:04 +0100
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
||||
|
|
|
@ -54,7 +54,7 @@ binary-arch: build
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue