diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-10-22 17:14:18 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-10-22 17:14:18 +0200 |
commit | 2be56e8d2878b588866c12b08b13dfc714ce52fd (patch) | |
tree | 4e471aa95db09d5ab6d382ca9e1af2316686dec3 /testing/lxde-common/startlxde.patch | |
parent | cde440db980247064f6aad524e007ec513f13844 (diff) | |
download | aports-2be56e8d2878b588866c12b08b13dfc714ce52fd.tar.bz2 aports-2be56e8d2878b588866c12b08b13dfc714ce52fd.tar.xz |
testing/lxde-common: new aport
Diffstat (limited to 'testing/lxde-common/startlxde.patch')
-rw-r--r-- | testing/lxde-common/startlxde.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/lxde-common/startlxde.patch b/testing/lxde-common/startlxde.patch new file mode 100644 index 0000000000..27315d4f05 --- /dev/null +++ b/testing/lxde-common/startlxde.patch @@ -0,0 +1,11 @@ +--- startlxde.in.orig 2011-08-03 21:59:05.000000000 +0200 ++++ startlxde.in 2012-07-02 19:40:19.982368074 +0200 +@@ -8,7 +8,7 @@ fi + 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 @sysconfdir@/xdg/pcmanfm/LXDE/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf" + fi + + # Ensure the existance of openbox config file |