Commit d8ecc66d authored by Andreas Gerlach's avatar Andreas Gerlach

updated package creation script

parent cf719464
......@@ -10,4 +10,8 @@ echo removing temporary files
rm dlistcut ../dlist ../filelist
echo building binary package
tar -czf ../package.tar.gz *
\ No newline at end of file
tar -czf ../package.tar.gz *
sha1sum ../package.tar.gz > ../package.tar.gz.sha1
echo finished
cat ../package.tar.gz.sha1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment