My project's root folder is PROJECT
, and there is only one script in PROJECT/scripts/abc.sh
, which I want to install it into the directory /usr/share/xxx/abc.sh
.
Because it is not install into /usr/bin/abc.sh
, so bin_SCRIPTS = abc.sh
is incorrect.
Could you please tell me how to write the Makefile.am
?