mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
mkpkg_dcadec: cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
688f682a68
commit
7c7288caf2
@ -33,19 +33,11 @@ echo "copying sources..."
|
||||
rm -rf dcadec-$GIT_REV
|
||||
cp -R dcadec.git dcadec-$GIT_REV
|
||||
|
||||
echo "creating VERSION and other needed files"
|
||||
(
|
||||
cd dcadec-$GIT_REV
|
||||
LC_ALL=C ./scripts/git-version > VERSION
|
||||
touch ChangeLog
|
||||
)
|
||||
|
||||
echo "cleaning sources..."
|
||||
rm -rf dcadec-$GIT_REV/.git
|
||||
|
||||
|
||||
echo "packing sources..."
|
||||
tar cvJf dcadec-$GIT_REV.tar.xz dcadec-$GIT_REV
|
||||
|
||||
echo "remove temporary sourcedir..."
|
||||
|
||||
rm -rf dcadec-$GIT_REV
|
||||
|
Loading…
x
Reference in New Issue
Block a user