|
|
@ -29,5 +29,5 @@ EOF |
|
|
|
|
|
|
|
bsdtar --strip-components 1 -C "$dir_install" -czf .MTREE --format=mtree --options='!all,use-set,type,uid,gid,mode,time,size,md5,sha256,link' . |
|
|
|
mv .MTREE "$dir_install/.MTREE" # bsdtar doesn't like the file being in the same directory. |
|
|
|
fakeroot -- bsdtar --strip-components 1 -C "$dir_install" -cf - . | xz -c -z - > "$_satname-$version-astro-$(uname -m).pkg.tar.xz" |
|
|
|
repo-add astronaut.db.tar.gz "$_satname-$version-astro-$(uname -m).pkg.tar.xz" |
|
|
|
fakeroot -- bsdtar --strip-components 1 -C "$dir_install" -cf - . > "$_satname-$version-astro-$(uname -m).pkg.tar" |
|
|
|
repo-add astronaut.db.tar.gz "$_satname-$version-astro-$(uname -m).pkg.tar" |
|
|
|