package for nongnu
This commit is contained in:
parent
7a34da0906
commit
b402f466b5
1
packages/.gitignore
vendored
Normal file
1
packages/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.tar.gz
|
2
packages/nongnu.sh
Normal file → Executable file
2
packages/nongnu.sh
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user