aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2014-10-15 01:57:56 +0100
committerReuben Thomas <rrt@sc3d.org>2014-10-15 02:06:49 +0100
commit0ae35a63ea4973e3b3347dbcf9d454f578a4dadf (patch)
treecc552956351000ad543bfa94e1d3f19aef0deced /debian/rules
parentd86a35e1c6884f9aea6515a437abfe131a4f315d (diff)
downloadplptools-0ae35a63ea4973e3b3347dbcf9d454f578a4dadf.tar.gz
plptools-0ae35a63ea4973e3b3347dbcf9d454f578a4dadf.tar.bz2
plptools-0ae35a63ea4973e3b3347dbcf9d454f578a4dadf.zip
Fix installation with only one binary package
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index e8a8b4e..2fc9454 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,15 +2,12 @@
DEB_CONFIGURE_EXTRA_FLAGS = --with-serial=/dev/ttyS0
-tmp = $(shell pwd)/debian/tmp
-
%:
dh $@ --with autoreconf
override_dh_auto_install:
dh_auto_install
- install -T -D -m 644 debian/plptools.conf $(tmp)/etc/default/plptools
- dh_install
+ install -T -D -m 644 debian/plptools.conf debian/plptools/etc/default/plptools
override_dh_clean:
dh_clean