Fix a typo

This commit is contained in:
Steve Langasek 2014-10-10 07:27:42 +00:00
parent 23f92bce16
commit b6d1950e37

View File

@ -301,7 +301,7 @@ fi
if [ "$PROJECT" = "ubuntu-touch" ]; then
(cd "binary/$INITFS/custom.dir/" && tar -c *) | \
gzip -9 --rsyncable > "$PREFIX.custom.tar.gz"
chmod 644 "$PREFIX.custom.tar.gZ"
chmod 644 "$PREFIX.custom.tar.gz"
fi
# '--initramfs none' produces different manifest names.