]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
configure: ensure that osx/scripts are executable
authorVincent Bernat <bernat@luffy.cx>
Mon, 24 Jun 2013 17:41:20 +0000 (19:41 +0200)
committerVincent Bernat <bernat@luffy.cx>
Mon, 24 Jun 2013 17:46:02 +0000 (19:46 +0200)
configure.ac

index 7192ca957887e696d61e100d6ff4cd72ac789d57..a9f2f48089ff5ff87d515977a7978555e16964c9 100644 (file)
@@ -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