Re: install rule in Makefile
On Sat, Mar 9, 2013 at 6:06 PM, Alfonso Sabato Siciliano
<alfix86@gmail.com> wrote:
> I am making a package, the original Makefile has not install rule so
> it install anything then I have to add it.
> Where must I install this rule?
All 3 options are possible.
> -Patching original Makefile
Choose this solution if you are very close to upstream. In this case
they will surely accept your patch, and it will get quickly integrate.
This server as temporary solution.
> -In debian/rules
If you need to script or do funky stuff within your d/rules file, then
use dh_install
> -In debian/package.install
By far the easiest option. Simply put the name of the file you want to
install, and you are done.
Reply to: