From b6d1950e37e9f74ddf3429ef710514fdbab94e9b Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Fri, 10 Oct 2014 07:27:42 +0000 Subject: [PATCH] Fix a typo --- live-build/auto/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/build b/live-build/auto/build index c1036ec1..0d79b5c7 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -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.