mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-12-22 13:52:13 +01:00
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:
parent
306445b574
commit
22468a04a1
1 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -43,5 +43,6 @@ tgz: clean-node
|
|||
cp -ra . releases/muninlite-$$VERSION 2>/dev/null || true; \
|
||||
cd 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;
|
||||
|
|
Loading…
Reference in a new issue