fix symlink creation

added builddir cleanup
This commit is contained in:
root
2017-03-29 19:02:06 +02:00
parent 7b0799dc17
commit 4af965930b
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
set -ex
rm -rf ./tis-tisbackup/ ./BUILD *.rpm ./RPMS
rm -rf ./builddir/ ./BUILD *.rpm ./RPMS
mkdir -p BUILD RPMS
VERSION=`git rev-list HEAD --count`