From a905fd65a355ca17ea53545a286052e4429d27d2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 17 Jul 2012 09:56:46 +0200 Subject: append our V1.1 lxde specialities to the oe-tworaz recipes --- .../lxde-common-0.5.5/consistent_defconfig_dirs.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-lxde/lxde-common/lxde-common-0.5.5/consistent_defconfig_dirs.patch (limited to 'recipes-lxde/lxde-common/lxde-common-0.5.5/consistent_defconfig_dirs.patch') diff --git a/recipes-lxde/lxde-common/lxde-common-0.5.5/consistent_defconfig_dirs.patch b/recipes-lxde/lxde-common/lxde-common-0.5.5/consistent_defconfig_dirs.patch new file mode 100644 index 0000000..1eff17b --- /dev/null +++ b/recipes-lxde/lxde-common/lxde-common-0.5.5/consistent_defconfig_dirs.patch @@ -0,0 +1,12 @@ +diff -urNdb lxde-common-0.5.5.orig//startlxde.in lxde-common-0.5.5//startlxde.in +--- lxde-common-0.5.5.orig//startlxde.in 2011-12-17 22:39:41.000000000 +0100 ++++ lxde-common-0.5.5//startlxde.in 2011-12-17 22:40:22.000000000 +0100 +@@ -8,7 +8,7 @@ + PCMANFM_CONF_DIR="$XDG_CONFIG_HOME/pcmanfm/LXDE" + if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then + mkdir -p "$PCMANFM_CONF_DIR" +- cp @prefix@/share/lxde/pcmanfm/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf" ++ cp /etc/xdg/pcmanfm/LXDE/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf" + fi + + # Ensure the existance of openbox config file -- cgit v1.2.3