diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-01-24 10:51:18 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:10:04 +0700 |
commit | f1ec4dfb9cb1d6855aecc768672374bfee4be4a3 (patch) | |
tree | 00e95a327a09af4d1faa3ff93fb0945d39fef7e4 /development/rustup/rustup.SlackBuild | |
parent | 897b63317bc089ec8d9173923d1ec148643090f3 (diff) |
development/rustup: Updated MD5SUM.
The github project was renamed from rustup.rs to rustup.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rustup/rustup.SlackBuild')
-rw-r--r-- | development/rustup/rustup.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/rustup/rustup.SlackBuild b/development/rustup/rustup.SlackBuild index cdbef6668e134..31af7cc25ea7d 100644 --- a/development/rustup/rustup.SlackBuild +++ b/development/rustup/rustup.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rustup -# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2020 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -65,9 +65,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM.rs-$VERSION -tar xvf $CWD/$PRGNAM.rs-$VERSION.tar.gz -cd $PRGNAM.rs-$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION # build offline # configuration tells cargo to use the configured directory |