diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-16 23:45:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-16 23:45:05 +0100 |
| commit | b70eb42a45116a6201042b815f84693443ed8dee (patch) | |
| tree | 55db74d3237b9d5141b98df7e0c34bdc3ca91150 | |
| parent | cc2a161f4d478bb075748a1009bea94eba1c554b (diff) | |
git clean before we start.
| -rwxr-xr-x | debian/build | 2 |
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 |
