mkpkg_couchpotatoserver: preserve .git in source

This commit is contained in:
Stefan Saraev 2012-08-05 21:01:25 +03:00
parent e9af0b7c08
commit ba81f8c9f3

View File

@ -27,7 +27,6 @@ echo "getting sources..."
cd CouchPotatoServer.git
git pull
GIT_REV=`git log -n1 --format=%h`
rm -rf .git
cd ..
echo "copying sources..."