DESTDIR support is broken (patch)

Matija Nalis mnalis-ml at voyager.hr
Sat May 24 19:32:05 UTC 2008


On Sat, May 24, 2008 at 11:36:25AM -0700, Russ Allbery wrote:
> Julien ÉLIE <julien at trigofacile.com> writes:
> > - $(LN_S) $(MAN8)/docheckgroups.8 $D$(MAN5)/localgroups.5
> > - $(LN_S) $(MAN8)/perl-nocem.8 $D$(MAN5)/nocem.ctl.5
> > + $(LN_S) docheckgroups.8 $D$(MAN5)/localgroups.5
> > + $(LN_S) perl-nocem.8 $D$(MAN5)/nocem.ctl.5
> 
> Those are different cases since they're not in the same directory.  For
> those, we do have to use absolute symlinks.

One could still do relative links, they need not be in the same directory
(think "..") - something along the lines of:

- $(LN_S) $(MAN8)/docheckgroups.8 $D$(MAN5)/localgroups.5
- $(LN_S) $(MAN8)/perl-nocem.8 $D$(MAN5)/nocem.ctl.5
+ $(LN_S) ../man8/docheckgroups.8 $D$(MAN5)/localgroups.5
+ $(LN_S) ../man8/perl-nocem.8 $D$(MAN5)/nocem.ctl.5


-- 
Opinions above are GNU-copylefted.


More information about the inn-workers mailing list