mkpkg_oscam: do not clean up .svn

This commit is contained in:
Stefan Saraev 2013-01-02 12:37:44 +02:00
parent b4fdbb9ea8
commit b7123779e8

View File

@ -34,8 +34,9 @@ echo "copying sources..."
rm -rf oscam-$SVN_REV
cp -R oscam-latest oscam-$SVN_REV
echo "cleaning sources..."
find oscam-$SVN_REV -name .svn -exec rm -rf {} ";"
# webif needs versioning info
#echo "cleaning sources..."
# find oscam-$SVN_REV -name .svn -exec rm -rf {} ";"
echo "packing sources..."
tar cvjf oscam-$SVN_REV.tar.bz2 oscam-$SVN_REV