FS#6988 - libxfce4util: .install file broken
Attached to Project:
Arch Linux
Opened by Eric Belanger (Snowman) - Tuesday, 24 April 2007, 06:22 GMT
Last edited by Jan de Groot (JGC) - Friday, 27 April 2007, 20:30 GMT
Opened by Eric Belanger (Snowman) - Tuesday, 24 April 2007, 06:22 GMT
Last edited by Jan de Groot (JGC) - Friday, 27 April 2007, 20:30 GMT
|
Details
There is a typo in the .install file:
sed -i "/otp\/xfce4/d" etc/ld.so.conf It should be: sed -i "/opt\/xfce4/d" etc/ld.so.conf (opt instead of otp). This typo is present in all 3 sed lines. Also, ldconfig is not being runned so the cache is not being updated. |
This task depends upon
I'll fix that as some more urgent stuff with it comes up.