FS#982 - gnome-themes contains invalid symlinks
Attached to Project:
Arch Linux
Opened by Jan de Groot (JGC) - Wednesday, 09 June 2004, 07:26 GMT
Last edited by Dale Blount (dale) - Wednesday, 09 June 2004, 12:57 GMT
Opened by Jan de Groot (JGC) - Wednesday, 09 June 2004, 07:26 GMT
Last edited by Dale Blount (dale) - Wednesday, 09 June 2004, 12:57 GMT
|
Details
gnome-themes contains symlinks to /var/abs/, this is a "bug"
in one of the install scripts it uses. I fixed this in my
package using this line after the ./configure line in the
PKGBUILD:
sed -i 's|$2/$ORIG_FILE|$ORIG_FILE|g' common/mkiconlinks.sh |
This task depends upon
Fix symlinking so that it works when installed from an RPM, too.
I'll check it out one of these days.