Subject: re: tweaks for fparseln(3) move from libutil to libc
To: Christopher Richards <richards+netbsd@CS.Princeton.EDU>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 12/07/2002 12:15:22
The current recommendation to build a release and then unpack the
resulting tarballs isn't very elegant.
i don't (yet?) used unpriv'ed builds, so i just do:
# cd $DESTDIR
# pax -rwvpe libexec lib rescue sbin bin usr /
it used to be:
# pax -rwvpe sbin bin usr/lib usr /
but luke broke that ;-)