diff options
author | Ponce <matteo.bernardini@sns.it> | 2010-10-17 09:28:14 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-10-17 20:16:51 -0500 |
commit | aaed14602bae4bad693cf41467faabce9f8d41a6 (patch) | |
tree | 37aa01ab8e25023ce02f2f373cb52250db49cc8a /desktop/lxde-common/lxde-common.SlackBuild | |
parent | ffb689d93795f1ead3a6bee7dcd99c70fe659771 (diff) | |
download | slackbuilds-aaed14602bae4bad693cf41467faabce9f8d41a6.tar.gz |
desktop/lxde-common: Fixed naming of config files.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 |