summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/setup4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup
index 63da05d..b0de8f6 100755
--- a/tools/setup
+++ b/tools/setup
@@ -5,4 +5,6 @@ automake
5autoheader 5autoheader
6autoconf 6autoconf
7 7
8chmod +x debian/rules \ No newline at end of file 8if [ -f debian/rules ] ; then
9 chmod +x debian/rules
10fi