From f416e0ea1d83d741725e030b8c9b01b8ea65e526 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 4 Aug 2018 22:27:59 +0300 Subject: [PATCH] gnupg --- util/crypt/gnupg/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/crypt/gnupg/actions.py b/util/crypt/gnupg/actions.py index 3738fef333..62df9d450e 100644 --- a/util/crypt/gnupg/actions.py +++ b/util/crypt/gnupg/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get def setup(): #shelltools.export("CFLAGS","%s -fPIE" % get.CFLAGS()) #shelltools.export("LDFLAGS", "%s -pie -Wl,-z,relro,-z,now" % get.LDFLAGS()) - + shelltools.system("sed -e '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i tools/Makefile.in") autotools.configure("--enable-symcryptrun \ --disable-rpath \ --enable-gpgtar \