Hi, I use "sysconf_DATA = etc/net.up etc/net.down" in my Makefile.am and expect that when I run 'make install' then those shell scripts (net.up, net.down) can be installed in PREFIX/etc . It really work, just except that these scripts are not chmod to executable. How do I make it happen? Thanks.
- woody