From: Vincent Bernat Date: Mon, 24 Jun 2013 17:41:20 +0000 (+0200) Subject: configure: ensure that osx/scripts are executable X-Git-Tag: 0.7.6~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9f4d63c9efa9f85a86f312cd4b579345d2c365f;p=thirdparty%2Flldpd.git configure: ensure that osx/scripts are executable --- 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