aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/signing-party/gpgwrap_makefile.patch
blob: 4beaf5b808879f4e91da3f9ba19157da23b89a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/gpgwrap/Makefile	2015-06-03 16:24:48.723129144 +0200
+++ b/gpgwrap/Makefile	2015-06-03 16:24:11.639744346 +0200
@@ -1,9 +1,12 @@
 MAKE=make
 
-.PHONY: all clean
+.PHONY: all clean install
 
 all:
 	cd src && ${MAKE} all DIET="${DIET}"
 
+install:
+
+
 clean:
 	cd src && ${MAKE} clean