aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-25 18:11:27 -0300
committerEuAndreh <eu@euandre.org>2023-03-25 18:11:27 -0300
commitb16df47f4f6e3c1dcf88587b94d581ee1ad116da (patch)
tree078f8e6480deb1a8f4df53e0d2d5e06bbf4418c9
parentsrc/bin/paku.in: Name .deb files with "latest" instead of commit hash (diff)
downloadpackage-repository-b16df47f4f6e3c1dcf88587b94d581ee1ad116da.tar.gz
package-repository-b16df47f4f6e3c1dcf88587b94d581ee1ad116da.tar.xz
Makefile: Do not compress files being rsynced locally
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 80f3fd9..30c0ac6 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ debian.mk: paku.lock
debian.sentinel: debian.mk
@$(MAKE) -f debian.mk
- touch debian.sentinel
+ touch $@
debian: debian.sentinel
@@ -95,7 +95,7 @@ Formula: paku.lock
public/debian: debian.sentinel
mkdir -p $(@D)
- rsync -avzP --delete `$(MAKE) -s -f debian.mk public-dir`/ $@/
+ rsync -avP --delete `$(MAKE) -sf debian.mk public-dir`/ $@/
touch $@
public/paku.html: paku.lock