diff options
Diffstat (limited to 'system/isomd5sum/isomd5sum.SlackBuild')
-rw-r--r-- | system/isomd5sum/isomd5sum.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/system/isomd5sum/isomd5sum.SlackBuild b/system/isomd5sum/isomd5sum.SlackBuild index 13ba5aed0780e..3453662b3e9ad 100644 --- a/system/isomd5sum/isomd5sum.SlackBuild +++ b/system/isomd5sum/isomd5sum.SlackBuild @@ -8,10 +8,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170614 bkw: update for v1.2.1 # 20170302 bkw: use long-format github URL PRGNAM=isomd5sum -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,8 +57,11 @@ 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 {} \; -sed -i 's,/usr/share/man,/usr/man,' Makefile -sed -i -e 's/-Werror/ /' Makefile +sed -i \ + -e 's,/usr/share/man,/usr/man,' \ + -e 's/-Werror/ /' \ + -e "s,-O3,$SLKCFLAGS", \ + Makefile # Build & install binaries, libs, and python2 support: make -j1 \ |