diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-01-05 21:04:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-07 08:48:00 +0700 |
commit | d1fd4eb77f7aedd7083bba25af6898e53631bd54 (patch) | |
tree | e247fef9283b393425ca13027fb3f7ba6d983af1 /system | |
parent | 3f97c1309e75c83cdab190fea82b34e38c27129b (diff) | |
download | slackbuilds-d1fd4eb77f7aedd7083bba25af6898e53631bd54.tar.gz |
system/smem: Cleanup.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system')
-rw-r--r-- | system/smem/slack-desc | 2 | ||||
-rw-r--r-- | system/smem/smem.SlackBuild | 10 | ||||
-rw-r--r-- | system/smem/smem.info | 4 |
3 files changed, 8 insertions, 8 deletions
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ć <stefanovic.dusan@gmail.com> -# Copyright 2013 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2013-2017 Audrius Kažukauskas <audrius@neutrino.lt> # 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="" |