From e3524d85bdb8745aa0fb1fc22e8093faa2bc2afc Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 25 Oct 2025 19:02:06 +0000 Subject: [PATCH] fix for archlinux pkgbuild --- copyparty/web/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/copyparty/web/Makefile b/copyparty/web/Makefile index 01ec4637..1390ef50 100644 --- a/copyparty/web/Makefile +++ b/copyparty/web/Makefile @@ -7,7 +7,9 @@ pk: $(addsuffix .gz, $(wildcard tl/*.js *.js *.css) \ un: $(addsuffix .un, $(wildcard tl/*.gz *.gz a/*.gz)) %.gz: % - pigz -11 -J 34 -I 573 $< + pigz -c11 -J 34 -I 573 <$< >$@ + touch -r $< $@ + rm $< %.un: % pigz -d $<