From e07b1a8cfd69b9e2d54262594d9e43a80ce160cf Mon Sep 17 00:00:00 2001 From: eyck Date: Thu, 6 Sep 2001 18:10:56 +0000 Subject: package is built in 'mplayer' not 'tmp' now. debian/rules did not reflect that. fixed. (also noticed by ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1863 b3059339-0415-0410-9bf9-f77b7e298cf2 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3894c16111..6aebaabc9c 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- cgit v1.2.3