On Sun, Jul 29, 2007 at 11:26:08PM +0200, David Kastrup wrote: > [commit text mostly pinched from INSTALL] > > An alternative global installation method making it much easier to > uninstall is to use a package-specific prefix like /opt/git, then > create symlinks from /usr/local into that hierarchy. Uninstalling can > then be achieved by > > # rm -rf /opt/git; find /usr/local -xtype l -delete > > You can create a setup like that after having used one of the above > install recipes with prefix=/opt/git by writing > > # make prefix=/opt/git symlinkprefix=/usr/local install-symlinks > > This works by copying the directory hierarchy of $prefix to > $symlinkprefix (not copying or descending to any directories of the > name git* matched case-insensitively), then linking all the rest. > > Signed-off-by: David Kastrup <dak@xxxxxxx> AFAIR I suggested this the last time this came up, but in case you missed it: Use (x)stow for this. It does exactly what you want. No need to hack the Makefile. -Peter - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html