X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=debian%2Fpatches%2Fgpgwrap_makefile.diff;fp=debian%2Fpatches%2Fgpgwrap_makefile.diff;h=51930f1d321e86183dfe61b8d0189d570a6dad70;hb=e42e37555ad80944d211fc7369e910ee78f6d8f0;hp=0000000000000000000000000000000000000000;hpb=9c294530591b52a6df6295f92cfccc00cfe70953;p=pgp-tools.git diff --git a/debian/patches/gpgwrap_makefile.diff b/debian/patches/gpgwrap_makefile.diff new file mode 100644 index 0000000..51930f1 --- /dev/null +++ b/debian/patches/gpgwrap_makefile.diff @@ -0,0 +1,26 @@ +From: Franck Joncourt +Subject: [PATCH] fixes/gpgwrap_makefile + +This allows gpgwrap to be installed with the main Makefile. + +Signed-off-by: Franck Joncourt + +--- + gpgwrap/Makefile | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +diff --git a/gpgwrap/Makefile b/gpgwrap/Makefile +index 30064df..ff6ead2 100644 +--- a/gpgwrap/Makefile ++++ b/gpgwrap/Makefile +@@ -5,5 +5,8 @@ MAKE=make + all: + cd src && ${MAKE} all DIET="${DIET}" + ++install: ++ install bin/gpgwrap $(DESTDIR)/usr/bin ++ + clean: + cd src && ${MAKE} clean +-- +tg: (9286c56..) fixes/gpgwrap_makefile (depends on: master)