diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-02-08 13:26:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-14 15:52:14 +0700 |
commit | 098dc3c9390f048ff212f9b52fae7d4a4fa82baa (patch) | |
tree | 0f210b8c4142efb21ea4d51b2167c9534a89fc8e /desktop/insync-thunar/insync-thunar.SlackBuild | |
parent | 99dd2138b0185c3a0c100c11f67f70039eb93bbd (diff) | |
download | slackbuilds-098dc3c9390f048ff212f9b52fae7d4a4fa82baa.tar.gz |
desktop/insync-thunar: Updated for version 1.1.5.32051.
Diffstat (limited to 'desktop/insync-thunar/insync-thunar.SlackBuild')
-rw-r--r-- | desktop/insync-thunar/insync-thunar.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/insync-thunar/insync-thunar.SlackBuild b/desktop/insync-thunar/insync-thunar.SlackBuild index 7ca3818535..adb8764c15 100644 --- a/desktop/insync-thunar/insync-thunar.SlackBuild +++ b/desktop/insync-thunar/insync-thunar.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=insync-thunar DEBNAM=precise -VERSION=${VERSION:-1.1.3.32034} +VERSION=${VERSION:-1.1.5.32051} ARCH=noarch DEBARCH=all BUILD=${BUILD:-1} @@ -48,6 +48,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +chmod 0755 $PKG + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |