summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-16 23:45:05 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-16 23:45:05 +0100
commitb70eb42a45116a6201042b815f84693443ed8dee (patch)
tree55db74d3237b9d5141b98df7e0c34bdc3ca91150
parentcc2a161f4d478bb075748a1009bea94eba1c554b (diff)
git clean before we start.
-rwxr-xr-xdebian/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/build b/debian/build
index 7ebcb16..8277abe 100755
--- a/debian/build
+++ b/debian/build
@@ -1,5 +1,5 @@
#!/bin/bash
-#git clean -i
+git clean -i
./waf dist
version=`cat wscript | grep VERSION | head -n 1 | awk '{print $3;}' | sed -e "s/'//g"`
mv libcxml-$version.tar.bz2 ../libcxml_$version.orig.tar.bz2