1
mirror of https://github.com/mpv-player/mpv synced 2024-11-14 22:48:35 +01:00

No need for install tmp/usr/bin, dh_installdirs does that already

( by Andre )


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1721 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eyck 2001-08-27 20:07:20 +00:00
parent 4e0272fc21
commit f26416a7fc

1
debian/rules vendored
View File

@ -52,7 +52,6 @@ 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
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