Browse Source

autobuild: clean the build dir first.

This deletes files like .version that cause problems.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld 15 years ago
parent
commit
d72f6e38a4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      autobuild.sh

+ 2 - 0
autobuild.sh

@@ -20,6 +20,8 @@ fi
 
 MOCK=/usr/bin/mock
 
+git clean -xfd
+
 set -e
 
 echo 'running autogen ...'