diff options
Diffstat (limited to 'desktop/lxde-common/lxde-common.SlackBuild')
-rw-r--r-- | desktop/lxde-common/lxde-common.SlackBuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/desktop/lxde-common/lxde-common.SlackBuild b/desktop/lxde-common/lxde-common.SlackBuild index f95a76a72c..e5dee80702 100644 --- a/desktop/lxde-common/lxde-common.SlackBuild +++ b/desktop/lxde-common/lxde-common.SlackBuild @@ -46,7 +46,7 @@ PRGNAM=lxde-common VERSION=${VERSION:-0.5.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -137,12 +137,8 @@ sed -i -e 's#pcmanfm#pcmanfm --desktop#' $PKG/etc/xdg/lxsession/LXDE/autostart # set a default config for pcmanfm mkdir -p $PKG/etc/xdg/pcmanfm -cp $CWD/config/default-pcmanfm.conf $PKG/etc/xdg/pcmanfm/pcmanfm.conf.new -cp $CWD/config/default-main.lxde $PKG/etc/xdg/pcmanfm/main.lxde.new - -# Move configuration files that we do not want overwriting old ones: -mv $PKG/etc/xdg/lxsession/LXDE/autostart{,.new} -mv $PKG/etc/xdg/lxsession/LXDE/desktop.conf{,.new} +cp $CWD/config/default-pcmanfm.conf $PKG/etc/xdg/pcmanfm/pcmanfm.conf +cp $CWD/config/default-main.lxde $PKG/etc/xdg/pcmanfm/main.lxde # Add documentation: mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |