./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var and maybe --disable-static to avoid having those useless static libraries (you don't want to compile static xfce apps, trust me).
Without the localstatedir you'll end up with /usr/var... (sorry for top-posting, outlook sucks) -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Hussam Al-Tayeb Verzonden: donderdag 12 april 2007 2:26 Aan: General Discusson about Arch Linux Onderwerp: [arch] xfce and /usr I noticed xfce was moved to /usr but the maintainer didn't specify --systconfdir=/etc so some packages installed files in /usr/etc which is a non standard location. xfdesktop is one of those packages where it installs files in /usr/etc/xdg/xfce4/ instead of /etc/xdg/xfce4/ The solution would be to do --prefix=/usr --sysconfdir=/etc -- Hussam Al-Tayeb <[EMAIL PROTECTED]> _______________________________________________ arch mailing list [EMAIL PROTECTED] http://archlinux.org/mailman/listinfo/arch
