aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-28 12:14:17 -0300
committerEuAndreh <eu@euandre.org>2023-03-28 12:17:46 -0300
commite45e5efe65660037a784055a53d243a9a0dca017 (patch)
tree3a1340e5925f8e77b55d80995bf73863a25329b0 /Makefile
parenttests/vm-check.sh: Add support for [-- ARGS] (diff)
downloadpackage-repository-e45e5efe65660037a784055a53d243a9a0dca017.tar.gz
package-repository-e45e5efe65660037a784055a53d243a9a0dca017.tar.xz
src/bin/paku.in, Makefile: Use "debian.out.txt" to communicate output files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 74607bb..ef7ae7b 100644
--- a/Makefile
+++ b/Makefile
@@ -94,8 +94,8 @@ Formula: paku.lock
public/debian: debian.sentinel
- mkdir -p $(@D)
- rsync -avP --delete `$(MAKE) -sf debian.mk public-dir`/ $@/
+ mkdir -p $@
+ cp -R `cat debian.out.txt` $@
touch $@
public/paku.html: paku.lock
@@ -111,7 +111,7 @@ upload: public
clean: src/bin/paku
rm -rf "`paku -C datadir`"
rm -rf \
- $(derived-assets) result* *.mk *.sentinel
+ $(derived-assets) result* *.mk *.sentinel *.out.txt
check-shellcheck: