mirror of https://github.com/mpv-player/mpv
Use install for installing manpages and codecs.conf instead of doing it ourselves.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3964 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4d3bbb2a08
commit
eecd49f86a
|
@ -53,14 +53,13 @@ binary-arch: build
|
|||
dh_installdirs
|
||||
|
||||
# commands to install the package into debian/<packagename>
|
||||
#$(MAKE) prefix=$(prefix)/usr install
|
||||
install -m 755 -s mplayer $(CURDIR)/debian/`dh_listpackages`/usr/bin/mplayer
|
||||
$(MAKE) prefix=$(prefix)/usr CONFDIR=$(prefix)/share/mplayer install
|
||||
#install -m 755 -s mplayer $(CURDIR)/debian/`dh_listpackages`/usr/bin/mplayer
|
||||
dh_link usr/bin/mplayer usr/bin/gmplayer
|
||||
install -o root -g root -m 0644 etc/codecs.conf $(prefix)/usr/share/mplayer
|
||||
#install -o root -g root -m 0644 etc/codecs.conf $(prefix)/usr/share/mplayer
|
||||
|
||||
dh_installdebconf
|
||||
dh_installdocs DOCS/*
|
||||
dh_installman DOCS/mplayer.1 DOCS/mencoder.1
|
||||
dh_installexamples etc/example.conf
|
||||
dh_installmenu
|
||||
# dh_installmime
|
||||
|
|
Loading…
Reference in New Issue