diff options
Diffstat (limited to 'source/xfce/xfce4-session/xfce4-session.SlackBuild')
-rwxr-xr-x | source/xfce/xfce4-session/xfce4-session.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xfce/xfce4-session/xfce4-session.SlackBuild b/source/xfce/xfce4-session/xfce4-session.SlackBuild index 7a3598f3f..05b9ecb83 100755 --- a/source/xfce/xfce4-session/xfce4-session.SlackBuild +++ b/source/xfce/xfce4-session/xfce4-session.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfce4-session VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: MARCH=$( uname -m ) @@ -100,7 +100,7 @@ make install DESTDIR=$PKG || exit 1 # Don't ship the xscreensaver autostart file: rm -f $PKG/etc/xdg/autostart/xscreensaver.desktop -rmdir --parents $PKG/etc/xdg/autostart/ +rmdir --parent $PKG/etc/xdg/autostart/ # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la |