diff options
author | Kali Kaneko <kali@leap.se> | 2017-07-28 21:33:37 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-28 21:33:37 -0400 |
commit | dffaee85810a92b642d7cda0eb9adfdcaa4cf27a (patch) | |
tree | 94e59f37600f7b8fa883bc13a15111fecdfd7dcd /pkg/pyinst/build.mk | |
parent | 00ec8aadf1bf7931ad7456644f4c13432f0dd14a (diff) |
[pkg] use gpg binary in ubuntu0.10a3
Diffstat (limited to 'pkg/pyinst/build.mk')
-rw-r--r-- | pkg/pyinst/build.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/pyinst/build.mk b/pkg/pyinst/build.mk index c4906a2e..a9df4974 100644 --- a/pkg/pyinst/build.mk +++ b/pkg/pyinst/build.mk @@ -26,7 +26,8 @@ bundle: bundle_clean bundle_linux_gpg: # TODO build it in a docker container! mkdir -p $(DIST_VERSION)/apps/mail - cp /usr/bin/gpg1 $(DIST_VERSION)/apps/mail/gpg + # this is /usr/bin/gpg1 in debian stretch + cp /usr/bin/gpg $(DIST_VERSION)/apps/mail/gpg # workaround for missing libreadline.so.6 in fresh ubuntu patchelf --set-rpath '.' $(DIST_VERSION)/apps/mail/gpg cp /lib/x86_64-linux-gnu/libusb-0.1.so.4 $(DIST_VERSION)/lib |