08.06.2010 17:51, Jaromír Mikeš wrote:
What is the best way to refer to 'standard' commands such as rm, cp, ln, install, ldconfig, etc. etc., in particular within an 'install' target ?1. Use the full pathname (which seems to be distro- dependent), or 2. Assume they are in the user's or the packaging toolset's path, or 3. Use Makefile macros for all of them ?
Just my unofficial opinion: I think the ones you listed can be safely assumed to be on $PATH, and thus there is no need to write the full path.
_______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers
