From e9f4d63c9efa9f85a86f312cd4b579345d2c365f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 24 Jun 2013 19:41:20 +0200 Subject: [PATCH] configure: ensure that osx/scripts are executable --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7192ca95..a9f2f480 100644 --- a/configure.ac +++ b/configure.ac @@ -18,9 +18,10 @@ AC_CONFIG_SRCDIR([src/log.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile src/Makefile src/compat/Makefile src/daemon/Makefile src/lib/Makefile src/lib/lldpctl.pc src/client/Makefile - tests/Makefile - osx/Makefile osx/distribution.xml osx/im.bernat.lldpd.plist - osx/scripts/postinstall osx/scripts/preinstall]) + tests/Makefile]) +AC_CONFIG_FILES([osx/Makefile osx/distribution.xml osx/im.bernat.lldpd.plist]) +AC_CONFIG_FILES([osx/scripts/preinstall], [chmod +x osx/scripts/preinstall]) +AC_CONFIG_FILES([osx/scripts/postinstall], [chmod +x osx/scripts/postinstall]) AC_CONFIG_MACRO_DIR([m4]) # Configure automake -- 2.39.5