On Fri, 12 Dec 1997, Oliver Elphick wrote: > So use this, which should work on any Unix anywhere: > > cd <source>; find . -print | cpio -pdm <target>
But then the package would have to pre-depend on cpio, which isn't even a `required' or `essential' package. I think this is a bad thing to use in a {pre,post}{inst,rm} script. `fileutils', which holds cp, is an essential package on any Debian system. So no matter what hardware Debian will be ported to, it will always have a GNU cp. Or else it will not be a Debian system. Remco -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .