summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 60aa6d884a..192c39f8e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,12 +24,19 @@ binary-indep: checkroot build
# generated by this package. If there were any they would be
# made here.
+
+
binary-arch: checkroot build
$(checkdir)
-rm -rf debian/tmp
install -d debian/tmp
cd debian/tmp && install -d `cat ../dirs`
$(MAKE) install prefix=`pwd`/debian/tmp/usr
+
+# questionable quality of solution:
+ mkdir -p debian/tmp/etc
+ cp debian/mplayer.conf debian/tmp/etc/
+
# Must have debmake installed for this to work. Otherwise please copy
# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
debstd