diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-01 21:32:22 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-10 16:00:55 +0400 |
commit | 7787fbde542ce57d363eb1b8d20751337790f837 (patch) | |
tree | 3df0f307582e552cf0d2d7e545090671b6e90374 /debian/rules | |
parent | 4dc77477167026e259a14423ff3ae87c35ca3a7c (diff) | |
download | dctrl-tools-master.tar.gz |
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules index 7d460e1..d8a9b41 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,4 @@ #!/usr/bin/make -f -# Written by Antti-Juhani Kaijanaho <ajk@debian.org>. -# You may treat this file as if it were in the public domain. %: - dh $@ - -override_dh_auto_build: - dh_auto_build -- prefix=/usr sysconfdir=/etc -override_dh_auto_install: - dh_auto_install -- prefix=/usr sysconfdir=/etc + dh $@ --builddir=build-tree |