[pacman-dev] [PATCH] Do not check makepkg-wrapper for standard options

Allan McRae allan at archlinux.org
Fri May 23 02:03:08 EDT 2014


Fixes "make distcheck".

Signed-off-by: Allan McRae <allan at archlinux.org>
---
 scripts/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 43045df..0b756ad 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,5 +1,6 @@
 # enforce that all scripts have a --help and --version option
 AUTOMAKE_OPTIONS = std-options
+AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = makepkg-wrapper
 
 SUBDIRS = po
 
-- 
1.9.3



More information about the pacman-dev mailing list