package for nongnu

This commit is contained in:
Thomas Levine 2016-04-01 18:20:00 +00:00
parent 7a34da0906
commit b402f466b5
2 changed files with 2 additions and 1 deletions

1
packages/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.tar.gz

2
packages/nongnu.sh Normal file → Executable file
View File

@ -4,6 +4,6 @@ mkdir $tmp/urchin
cp ../urchin ../readme.md ../AUTHORS ../COPYING $tmp/urchin
cd $tmp
tar czf urchin.tar.gz urchin
cd -
cd - > /dev/null
mv $tmp/urchin.tar.gz .
rm -R $tmp