From 35dec7fb4cf12a685ce377346fafba6f57540112 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Mon, 20 Aug 2018 12:26:12 +0200 Subject: [PATCH] create gz from files starting with pel7 Signed-off-by: Toshaan Bharvani --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8d33303..5df22e5 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,4 @@ all: build build: @find . -name '*.html' ! -name '*.gz' -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \; @find . ! -name '*.gz' -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \; + @find . ! -name 'pel7*' -type f -exec sh -c "gzip -c -9 < {} > {}.gz" \;