summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2016-01-18 13:59:42 +0100
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2016-01-18 13:59:42 +0100
commitde307e41eb9a97e31eae874ff3067ceb35645908 (patch)
tree4df6a19f94816310be6d994cee3c0ac9001abc82
parent7f08387cf2c3cd4296b01cd85c3411f459f1e1c0 (diff)
There's no need to specify paths explicitly anymore.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b244442..897b61e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ override_dh_auto_configure:
dh_auto_configure -- MCS=/usr/bin/mono-csc
override_dh_autoreconf:
- dh_autoreconf autoreconf -- -f -I build/m4/shamrock/ -I build/m4/shave/ -I build/m4/sparkleshare/ -i .
+ dh_autoreconf autoreconf -- -f -i -s .
%:
dh $@ --with cli,autoreconf