mirror of
https://github.com/libretro/Lakka.git
synced 2025-02-01 13:13:54 +00:00
mkpkg_oscam: do not clean up .svn
This commit is contained in:
parent
b4fdbb9ea8
commit
b7123779e8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user