51930f1d321e86183dfe61b8d0189d570a6dad70
[pgp-tools.git] / debian / patches / gpgwrap_makefile.diff
1 From: Franck Joncourt <franck.mail@dthconnex.com>
2 Subject: [PATCH] fixes/gpgwrap_makefile
3
4 This allows gpgwrap to be installed with the main Makefile.
5
6 Signed-off-by: Franck Joncourt <franck.mail@dthconnex.com>
7
8 ---
9 gpgwrap/Makefile | 3 +++
10 1 files changed, 3 insertions(+), 0 deletions(-)
11
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
17 all:
18 cd src && ${MAKE} all DIET="${DIET}"
19
20 +install:
21 + install bin/gpgwrap $(DESTDIR)/usr/bin
22 +
23 clean:
24 cd src && ${MAKE} clean
25 --
26 tg: (9286c56..) fixes/gpgwrap_makefile (depends on: master)