Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#1368 - imlib-1.9.14-4 puts config files in /usr/etc

Attached to Project: Arch Linux
Opened by Oliver Burnett-Hall (olly-bh) - Wednesday, 01 September 2004, 22:25 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To No-one
Architecture not specified
Severity Very Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

imlib installs its config files in /usr/etc, not /etc:

% pacman --query --list imlib | grep etc
imlib /usr/etc/
imlib /usr/etc/im_palette-small.pal
imlib /usr/etc/im_palette-tiny.pal
imlib /usr/etc/im_palette.pal
imlib /usr/etc/imrc

Extremely complicated patch to fix this:
--- lib/imlib/PKGBUILD 2004-01-17 05:13:34.000000000 +0000
+++ local/misc/imlib/PKGBUILD 2004-07-22 23:32:38.000000000 +0100
@@ -11,7 +11,7 @@
build() {
cd $startdir/src/$pkgname-$pkgver
patch -Np1 -i ../imlib-$pkgver.patch
- ./configure --prefix=/usr --enable-shm
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-shm
make || return 1
make DESTDIR=$startdir/pkg install
}

This task depends upon

Closed by  Jan de Groot (JGC)
Monday, 07 February 2005, 09:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed a looooooong while ago :P

Loading...