added file

This commit is contained in:
Volker Fischer 2010-04-12 18:45:16 +00:00
parent 6c8e9e8524
commit 7fb73001e6
1 changed files with 11 additions and 0 deletions

11
linux/deploy_linux.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
cd ..
make distclean
sh bootstrap
./configure
make -j2
make dist
mv *.tar.gz deploy/llcon-version.tar.gz
cd linux