Commit a3f1ba45 authored by dscho's avatar dscho

make libvncserver-conf executable the autoconf way

parent 8ef9dbd3
...@@ -20,11 +20,6 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec ...@@ -20,11 +20,6 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec
rpmbuild -ba $(PACKAGE).spec rpmbuild -ba $(PACKAGE).spec
endif endif
all: make_config_executable
make_config_executable:
chmod a+x libvncserver-config
t: t:
$(MAKE) -C test test $(MAKE) -C test test
...@@ -348,6 +348,7 @@ AC_CONFIG_FILES([Makefile ...@@ -348,6 +348,7 @@ AC_CONFIG_FILES([Makefile
test/Makefile test/Makefile
LibVNCServer.spec LibVNCServer.spec
libvncserver-config]) libvncserver-config])
AC_CONFIG_COMMANDS([chmod-libvncserver-config],[chmod a+x libvncserver-config])
AC_OUTPUT AC_OUTPUT
chmod a+x ./libvncserver-config chmod a+x ./libvncserver-config
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment