mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
rm -rf oscam-$SVN_REV
|
||||||
cp -R oscam-latest oscam-$SVN_REV
|
cp -R oscam-latest oscam-$SVN_REV
|
||||||
|
|
||||||
echo "cleaning sources..."
|
# webif needs versioning info
|
||||||
find oscam-$SVN_REV -name .svn -exec rm -rf {} ";"
|
#echo "cleaning sources..."
|
||||||
|
# find oscam-$SVN_REV -name .svn -exec rm -rf {} ";"
|
||||||
|
|
||||||
echo "packing sources..."
|
echo "packing sources..."
|
||||||
tar cvjf oscam-$SVN_REV.tar.bz2 oscam-$SVN_REV
|
tar cvjf oscam-$SVN_REV.tar.bz2 oscam-$SVN_REV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user