On Mon, 2005-04-04 at 11:53 +0200, Torsten Landschoff wrote: > For invidual files > this is too much work though - it could work for directories. Why would it be hard with individual files? Just use a shell fragment like:
FILES="foo bar baz" for i in $FILES do mv "$DESTDIR/usr/lib/$i" "$DESTDIR/usr/share/$i" ln -s "/usr/share/$i" "$DESTDIR/usr/lib/$i" done -- David Mandelberg <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part