diff options
author | EuAndreh <eu@euandre.org> | 2023-03-28 12:14:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-28 12:17:46 -0300 |
commit | e45e5efe65660037a784055a53d243a9a0dca017 (patch) | |
tree | 3a1340e5925f8e77b55d80995bf73863a25329b0 /src | |
parent | tests/vm-check.sh: Add support for [-- ARGS] (diff) | |
download | package-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 'src')
-rwxr-xr-x | src/bin/paku.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/bin/paku.in b/src/bin/paku.in index a4dff73..3b2d221 100755 --- a/src/bin/paku.in +++ b/src/bin/paku.in @@ -471,10 +471,12 @@ sub emit_debian() { GPGKEY = '$json->{maintainer}{name} <$json->{maintainer}{email}>' - all: \$(DIR)/debian/InRelease \$(DIR)/debian/Release.gpg \$(DIR)/debian/public-key.asc + all: \\ + \$(DIR)/debian/InRelease \$(DIR)/debian/Release.gpg \\ + \$(DIR)/debian/public-key.asc debian.out.txt - public-dir: - \@printf '\$(DIR)/debian' + debian.out.txt: + \@printf '\$(DIR)/debian/\\n' > \$\@ \$(DIR)/debian/Packages: \$(debs) |