Alfonso Sabato Siciliano <[email protected]> writes: > 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? > -Patching original Makefile
A good solution if you can send the patch upstream. > -In debian/rules Probably best if the above fails. > -In debian/package.install This is just for copying files from debian/tmp to debian/package in the case where you have multiple binary packages. It won't be enough since you also need something that installs the files to debian/tmp first. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

