aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-23 09:29:58 -0300
committerEuAndreh <eu@euandre.org>2023-03-23 09:29:58 -0300
commit2aa21c78cc31691e9218d54a79bd9ad548d3f25a (patch)
tree0531979285373e8b09b73a090873223aae681d84 /src
parentsrc/bin/paku.in: Enable license mapping to be extended or overriden from paku... (diff)
downloadpackage-repository-2aa21c78cc31691e9218d54a79bd9ad548d3f25a.tar.gz
package-repository-2aa21c78cc31691e9218d54a79bd9ad548d3f25a.tar.xz
src/bin/paku.in: Use simpler dependency for public-key
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/paku.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/paku.in b/src/bin/paku.in
index d1d7939..f914426 100755
--- a/src/bin/paku.in
+++ b/src/bin/paku.in
@@ -440,7 +440,7 @@ sub emit_debian() {
\$(DIR)/debian/InRelease: \$(DIR)/debian/Release
gpg --default-key \$(GPGKEY) -a --clear-sign -o \$\@ \$(DIR)/debian/Release
- \$(DIR)/debian/public-key.asc: \$(DIR)/debian/Release
+ \$(DIR)/debian/public-key.asc: \$(debs)
gpg --armour --export \$(GPGKEY) > \$\@