diff options
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 |