diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-07-06 03:36:23 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-09 08:00:25 +0700 |
commit | f9a48dfe42b46333027777a547c223107173fdbb (patch) | |
tree | fe5d2bf8e69003e5c5b1e67f6489ed0bc8b6ed7d /system/slpkg/slpkg.SlackBuild | |
parent | 193ecf7f1c32ee8732814c436182994087385a77 (diff) | |
download | slackbuilds-f9a48dfe42b46333027777a547c223107173fdbb.tar.gz |
system/slpkg: Updated for version 3.1.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg/slpkg.SlackBuild')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 1bc67372ce..1bc296d329 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-3.1.5} +VERSION=${VERSION:-3.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,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 {} \; # avoid install configuration files and man page over setup.py sed -i 's/if "install"/if ""/' setup.py |