Tags: we7u/Xastir
Tags
Cheesy fix for the fact that our scripts are getting installed without execute permission. Makefile.am in the scripts directory was changed back in February in response to this user-provided patch: http://sourceforge.net/p/xastir/patches/8/ New versions of automake rejected the "pkglib_SCRIPTS" usage we had used in the past to install scripts into /usr/local/lib/xastir. The linked patch changes it to install to /usr/local/share/xastir/scripts instead using a method approved of by automake, but had the negative consequence of installing the scripts as data instead of executables. This hack simply sets the permissions right after the installation. It implements an "install-data-hook" to be executed after the install of the data.
PreviousNext