diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2024-09-22 03:47:50 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-27 23:12:09 +0700 |
commit | a3d046209e72c3290666760048d459780bad1317 (patch) | |
tree | 760a70a2ab5b21c71f50b70155d90783f2a31488 /system/hyperfine/hyperfine.SlackBuild | |
parent | 6e80fd96ab30f19cdaafe2a791bd99a7029911af (diff) |
system/hyperfine: Dependency changed to rust-opt.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hyperfine/hyperfine.SlackBuild')
-rw-r--r-- | system/hyperfine/hyperfine.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/hyperfine/hyperfine.SlackBuild b/system/hyperfine/hyperfine.SlackBuild index 463b1b0e7a..77e7ee4578 100644 --- a/system/hyperfine/hyperfine.SlackBuild +++ b/system/hyperfine/hyperfine.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hyperfine VERSION=${VERSION:-1.18.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -140,11 +140,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 {} \; -export PATH="/opt/rust16/bin:$PATH" +export PATH="/opt/rust/bin:$PATH" if [ -z "$LD_LIBRARY_PATH" ]; then - export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX" + export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX" else - export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH" + export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH" fi CARGO_HOME=.cargo \ |