[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Right of a maintainer not to respect FHS



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 <mandelbergd@eth0.is-a-geek.org>

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: