From 8eb7de6e01de878d1892c40e261c6d7630dd621f Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 13 Sep 2012 18:55:26 +0200 Subject: [PATCH] set install locations --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 485e7a9..4f5c219 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,12 @@ #!/usr/bin/make -f +export DH_VERBOSE=1 + %: dh $@ --parallel +override_dh_auto_install: + dh_auto_install -- prefix=/usr UDEVDIR=/lib/udev/rules.d + # Disable tests, they require running the osspd override_dh_auto_test: -- 2.30.2