From 6bf5489bd2176185e160b631ccec333cc31290b6 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 26 Aug 2012 19:37:00 +0300 Subject: [PATCH] mkpkg_tvheadend: do not remove .git - we need this on build time for support/getver.sh --- tools/mkpkg/mkpkg_tvheadend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/mkpkg/mkpkg_tvheadend b/tools/mkpkg/mkpkg_tvheadend index b8e14f154c..eea517819c 100755 --- a/tools/mkpkg/mkpkg_tvheadend +++ b/tools/mkpkg/mkpkg_tvheadend @@ -33,8 +33,8 @@ echo "copying sources..." rm -rf hts-tvheadend-$GIT_REV cp -R hts-tvheadend.git hts-tvheadend-$GIT_REV -echo "cleaning sources..." - rm -rf hts-tvheadend-$GIT_REV/.git +#echo "cleaning sources..." +# rm -rf hts-tvheadend-$GIT_REV/.git echo "packing sources..." tar cvJf hts-tvheadend-$GIT_REV.tar.xz hts-tvheadend-$GIT_REV