Package: lxde-settings-daemon
Version: 0.4.1-1
Severity: normal
Tags: patch

Hi,

The config file is installed on /etc/lxde/config but LXDE expects it
on /usr/share/lxde/config.
This seems fixed upstream with rev 1815 but instead of waiting the new
release, you could temporally change the sysconfdir flag on debian/rules
to /usr/share instead of /etc.

Regards,
Julien Lavergne




--- lxde-settings-daemon-0.4.1/debian/rules
+++ lxde-settings-daemon-0.4.1/debian/rules
@@ -32,7 +32,7 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/usr/share CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 
 build: build-stamp

Reply via email to