summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 19:31:33 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 19:31:33 +0000
commiteaa1e185636e1ceb480defb4bded6ba21c2935fc (patch)
tree3524f4794a9058abc04f1d6cf1d19d330c71aeb0 /debian
parent9e697fca7847274b73ff59b2d5aed01caa905d36 (diff)
downloadmpv-eaa1e185636e1ceb480defb4bded6ba21c2935fc.tar.bz2
mpv-eaa1e185636e1ceb480defb4bded6ba21c2935fc.tar.xz
re-install install dir, which I removed before I checked what's causing problems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1760 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index ea5ef6dc95..c2ea493730 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# based on the sample debian/rules file for GNU hello by Ian Jackson.
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=1
+export DH_COMPAT=2
package=mplayer
@@ -38,7 +38,7 @@ clean:
# -rm -f build
-$(MAKE) distclean
# -rm -f `find . -name "*~"`
-# -rm -rf debian/tmp debian/files* core debian/substvars
+ -rm -rf debian/tmp debian/files* core debian/substvars
dh_clean
@@ -52,6 +52,7 @@ 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