1 From: Franck Joncourt <franck.mail@dthconnex.com>
2 Subject: [PATCH] fixes/gpgwrap_makefile
4 This allows gpgwrap to be installed with the main Makefile.
6 Signed-off-by: Franck Joncourt <franck.mail@dthconnex.com>
9 gpgwrap/Makefile | 3 +++
10 1 files changed, 3 insertions(+), 0 deletions(-)
12 diff --git a/gpgwrap/Makefile b/gpgwrap/Makefile
13 index 30064df..ff6ead2 100644
14 --- a/gpgwrap/Makefile
15 +++ b/gpgwrap/Makefile
16 @@ -5,5 +5,8 @@ MAKE=make
18 cd src && ${MAKE} all DIET="${DIET}"
21 + install bin/gpgwrap $(DESTDIR)/usr/bin
24 cd src && ${MAKE} clean
26 tg: (9286c56..) fixes/gpgwrap_makefile (depends on: master)