diff options
Diffstat (limited to 'network/smb4k/smb4k.SlackBuild')
-rw-r--r-- | network/smb4k/smb4k.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/smb4k/smb4k.SlackBuild b/network/smb4k/smb4k.SlackBuild index 7a240e117d..0776d3de97 100644 --- a/network/smb4k/smb4k.SlackBuild +++ b/network/smb4k/smb4k.SlackBuild @@ -6,7 +6,7 @@ # Written by Roberto Neri <rneri@libero.it> PRGNAM=smb4k -VERSION=${VERSION:-0.10.4} +VERSION=${VERSION:-0.10.5} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,6 +42,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +rm -rf build mkdir build cd build cmake \ |