mirror of https://github.com/mpv-player/mpv
install man accordingly to Debian Policy
suggested by André Dahlqvist git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1668 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3aed37fb29
commit
5264c158a2
|
@ -51,7 +51,12 @@ install: build
|
|||
|
||||
# Add here commands to install the package into debian/<packagename>
|
||||
# $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
|
||||
$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
|
||||
# $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
|
||||
install -d $(CURDIR)/debian/tmp/usr/bin
|
||||
install -m 755 -s mplayer $(CURDIR)/debian/tmp/usr/bin/mplayer
|
||||
#Do we really need this?:
|
||||
# install -o root -g root -m 4755 fibmap_mplayer usr/bin/fibmap_mplayer
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
@ -72,7 +77,7 @@ binary-arch: build install
|
|||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
dh_installman
|
||||
dh_installman DOCS/mplayer.1
|
||||
dh_installinfo
|
||||
# dh_undocumented
|
||||
dh_installchangelogs
|
||||
|
|
Loading…
Reference in New Issue