1
0
Fork 0

configure.ac: Fix bin/server chmod (apply only to bin/server)

* configure.ac: Only attempt chmod for bin/server.
master
Mike Gerwitz 2017-09-01 15:38:13 -04:00
parent 9cdc1088ca
commit f873d96cc7
1 changed files with 3 additions and 2 deletions

View File

@ -78,7 +78,8 @@ AC_SUBST([AUTOGENERATED],
# generate files from their *.in counterparts
AC_CONFIG_FILES([Makefile package.json
doc/Makefile doc/config.texi
src/version.js
bin/server],
src/version.js])
AC_CONFIG_FILES([bin/server],
[chmod +x bin/server])
AC_OUTPUT