package is built in 'mplayer' not 'tmp' now. debian/rules did not reflect that. fixed.

(also noticed by <debian@Tonelli.sns.it>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1863 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eyck 2001-09-06 18:10:56 +00:00
parent ca06928606
commit e07b1a8cfd
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -53,7 +53,7 @@ install: build
# $(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
install -m 755 -s mplayer $(CURDIR)/debian/`dh_listpackages`/usr/bin/mplayer
#Do we really need this?:
# install -o root -g root -m 4755 fibmap_mplayer usr/bin/fibmap_mplayer