diff options
Diffstat (limited to 'network/pydio-sync/pydio-sync.SlackBuild')
-rw-r--r-- | network/pydio-sync/pydio-sync.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/pydio-sync/pydio-sync.SlackBuild b/network/pydio-sync/pydio-sync.SlackBuild index 332d10bdd4..12c60c39ea 100644 --- a/network/pydio-sync/pydio-sync.SlackBuild +++ b/network/pydio-sync/pydio-sync.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# SlackBuild script for "pydio-sync". +# Slackware build script for "pydio-sync". -# Copyright 2013-2014 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2013-2015 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -64,7 +64,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p $PKG/opt/$PRGNAM $PKG/usr/bin $PKG/usr/doc/$PRGNAM-$VERSION \ $PKG/usr/share/applications $PKG/usr/share/pixmaps |