summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-27 20:07:20 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-27 20:07:20 +0000
commitf26416a7fc11869881beb32e80c664b4a1abc1b2 (patch)
tree7fa420290d86382abdd8d659c43442d3664116f9 /debian
parent4e0272fc211595de2c7562f4a46b2d744fb4e1ea (diff)
downloadmpv-f26416a7fc11869881beb32e80c664b4a1abc1b2.tar.bz2
mpv-f26416a7fc11869881beb32e80c664b4a1abc1b2.tar.xz
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
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 1512fffb90..e266a9cc55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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