diff --git a/scripts/chroot-builder b/scripts/chroot-builder index c786f0f7e..417b0bb87 100755 --- a/scripts/chroot-builder +++ b/scripts/chroot-builder @@ -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"