remove hidden svn/git files for building package
This commit is contained in:
@@ -26,9 +26,14 @@ mkdir ebusd-build
|
||||
cd ebusd-build
|
||||
|
||||
printf ">>> Checkout sources\n"
|
||||
svn checkout https://svn.code.sf.net/p/openautomation/code/tools/ebusd
|
||||
#svn checkout https://svn.code.sf.net/p/openautomation/code/tools/ebusd
|
||||
git clone https://github.com/yuhu-/ebusd.git
|
||||
cd ebusd
|
||||
|
||||
printf ">>> Remove hidden files\n"
|
||||
find -name .svn -delete
|
||||
find -name .gitignore -delete
|
||||
|
||||
printf ">>> Build binarys from source\n"
|
||||
./autogen.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user