> Yep, When doing that the links where absolute, the key is the call to > cd. As we don't have a cd macro anymore the only way I could see to do > this was using a system call.
Ah I see, it wasn't a typo after all: you meant absolute paths not hard links.
Here's one without a cd needed:
ln -s ${prefix}/bin/pbunzip2 ${destroot}${prefix}/bin/pbunzip2
ln -s ${prefix}/bin/pbunzip2 ${destroot}${prefix}/bin/pbzcat
No matter where you move pbunzip2 and pbzcat from the destroot, they'll always
point to ${prefix}/bin/pbunzip2.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
