mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
rename the targz produced
This commit is contained in:
parent
80ae897494
commit
0d33900e6a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ echo $RELEASEVER > $1/etc/alarm-version
|
|||
if [ $MAKETARGZ = 1 ]; then
|
||||
echo -e "\033[1mCreating a rootfs.tar.gz...\033[0m"
|
||||
cd $1
|
||||
tar czf ../PlugApps-Linux-$RELEASEVER-rootfs.tar.gz ./*
|
||||
tar czf ../ArchLinux-ARM-$RELEASEVER-chroot.tar.gz ./*
|
||||
cd ../
|
||||
else
|
||||
echo -e "\033[1mNot creating a rootfs.tar.gz...\033[0m"
|
||||
|
|
Loading…
Reference in a new issue