From 252c105d3b1c811c0806eb359b226b59f2dc1e10 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 10 Nov 2013 09:31:56 +0700 Subject: system/xrdp: Updated for version 0.6.1. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- system/xrdp/xrdp.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'system/xrdp/xrdp.SlackBuild') diff --git a/system/xrdp/xrdp.SlackBuild b/system/xrdp/xrdp.SlackBuild index c00d039c51..e4352fe606 100644 --- a/system/xrdp/xrdp.SlackBuild +++ b/system/xrdp/xrdp.SlackBuild @@ -4,7 +4,7 @@ # Written by Phillip Warner PRGNAM=xrdp -VERSION=0.6.0 +VERSION=${VERSION:-0.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,7 +48,11 @@ rm -rf $PRGNAM-v$VERSION tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz cd $PRGNAM-v$VERSION chown -R root:root . -chmod -R a-s,u+rw,go-w . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # uses autoreconf now autoreconf -vfi -- cgit v1.2.3