aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-22 05:44:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-22 05:44:51 +0000
commit316f89bb12f7647f404e9be59caa65b13c17817e (patch)
tree26c302a913ad12122b4027687115beee293527aa /debian/rules
parent331225be2ea371302c0d84ea6aba4d26bac7587c (diff)
ok, things are building with debuild, but not installing properly
svn path=/trunk/externals/ext13/; revision=13074
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ded37b7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+%:
+ dh $@
+
+override_dh_auto_install:
+ make DESTDIR=$(CURDIR)/debian/tmp pkglibdir=/usr/lib/pd install
+
+