diff options
author | EuAndreh <eu@euandre.org> | 2023-03-23 09:29:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-23 09:29:58 -0300 |
commit | 2aa21c78cc31691e9218d54a79bd9ad548d3f25a (patch) | |
tree | 0531979285373e8b09b73a090873223aae681d84 /src | |
parent | src/bin/paku.in: Enable license mapping to be extended or overriden from paku... (diff) | |
download | package-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-x | src/bin/paku.in | 2 |
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) > \$\@ |