diff options
author | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-27 20:07:20 +0000 |
---|---|---|
committer | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-27 20:07:20 +0000 |
commit | f26416a7fc11869881beb32e80c664b4a1abc1b2 (patch) | |
tree | 7fa420290d86382abdd8d659c43442d3664116f9 /debian/rules | |
parent | 4e0272fc211595de2c7562f4a46b2d744fb4e1ea (diff) |
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/rules')
-rwxr-xr-x | debian/rules | 1 |
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 |