Ignore .svn in release

git-svn-id: svn://svn.code.sf.net/p/muninlite/code/muninlite@36 35caa317-6b62-4e8a-81c0-b04f0c356266
This commit is contained in:
runesk 2011-01-27 10:11:08 +00:00
parent 306445b574
commit 22468a04a1
1 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ tgz: clean-node
mkdir -p releases; \
cp -ra . releases/muninlite-$$VERSION 2>/dev/null || true; \
cd releases; \
rm -rf muninlite-$$VERSION/releases; \
rm -rf muninlite-$$VERSION/releases; \
rm -rf muninlite-$$VERSION/.svn; \
tar zcvf muninlite-$$VERSION.tar.gz muninlite-$$VERSION >/dev/null; \
rm -rf muninlite-$$VERSION;