mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 16:08:08 -05:00
remove package creation script from branch
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo creating file list
|
||||
find . -type f > ../filelist && find . -type l >> ../filelist && cut -c2- ../filelist > filelist
|
||||
|
||||
echo creating directory list
|
||||
find . -type d > ../dlist && cut -c2- ../dlist > dlistcut && tail -n +2 dlistcut > dlist
|
||||
|
||||
echo removing temporary files
|
||||
rm dlistcut ../dlist ../filelist
|
||||
|
||||
echo building binary package
|
||||
tar -czf ../package.tar.gz *
|
||||
Reference in New Issue
Block a user