fix in package-script

This commit is contained in:
root
2013-11-15 09:37:38 +01:00
parent d86b06fc92
commit 312c3bd14b
2 changed files with 2 additions and 2 deletions
Binary file not shown.
Regular → Executable
+2 -2
View File
@@ -31,8 +31,8 @@ git clone https://github.com/JuMi2006/ebusd.git
cd ebusd
printf ">>> Remove hidden files\n"
find -name .svn -delete
find -name .gitignore -delete
find $PWD -name .svn -print0 | xargs -0 rm -r
find $PWD -name .gitignore -print0 | xargs -0 rm -r
printf ">>> Build binarys from source\n"
./autogen.sh