i am trying to package trnascan as installable package or archlinux. however the typical build flow from install instructions causes tRNAscan-SE.conf to be installed to /usr/bin folder. this is an undesirable behaviour discouraged by most linux distributions.
most systemwide install processes will install configuration files for packages to /etc folder.
is there a possibility for tweaking the build flow so that configuration files can be put in /etc?
i am trying to package trnascan as installable package or archlinux. however the typical build flow from install instructions causes
tRNAscan-SE.confto be installed to /usr/bin folder. this is an undesirable behaviour discouraged by most linux distributions.most systemwide install processes will install configuration files for packages to
/etcfolder.is there a possibility for tweaking the build flow so that configuration files can be put in
/etc?