From d1fd4eb77f7aedd7083bba25af6898e53631bd54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Thu, 5 Jan 2017 21:04:02 +0200 Subject: system/smem: Cleanup. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Audrius Kažukauskas --- system/smem/slack-desc | 2 +- system/smem/smem.SlackBuild | 10 +++++----- system/smem/smem.info | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'system/smem') diff --git a/system/smem/slack-desc b/system/smem/slack-desc index db87b37163..7c48110e52 100644 --- a/system/smem/slack-desc +++ b/system/smem/slack-desc @@ -14,6 +14,6 @@ smem: set size (PSS), which is a more meaningful representation of the smem: amount of memory used by libraries and applications in a virtual smem: memory system. smem: -smem: Homepage: http://www.selenic.com/smem/ +smem: Homepage: https://www.selenic.com/smem/ smem: smem: diff --git a/system/smem/smem.SlackBuild b/system/smem/smem.SlackBuild index 391b4decaa..240da7dcec 100644 --- a/system/smem/smem.SlackBuild +++ b/system/smem/smem.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for smem # Copyright 2009 Dušan Stefanović -# Copyright 2013 Audrius Kažukauskas +# Copyright 2013-2017 Audrius Kažukauskas # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -45,10 +45,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; install -m 0755 -D smem $PKG/usr/bin/smem diff --git a/system/smem/smem.info b/system/smem/smem.info index 388d8775e7..bc1fcb75cd 100644 --- a/system/smem/smem.info +++ b/system/smem/smem.info @@ -1,7 +1,7 @@ PRGNAM="smem" VERSION="1.4" -HOMEPAGE="http://www.selenic.com/smem/" -DOWNLOAD="http://www.selenic.com/smem/download/smem-1.4.tar.gz" +HOMEPAGE="https://www.selenic.com/smem/" +DOWNLOAD="https://www.selenic.com/smem/download/smem-1.4.tar.gz" MD5SUM="fe79435c3930389bfdb560255c802162" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3