diff options
-rw-r--r-- | development/rust/rust.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/rust/rust.SlackBuild b/development/rust/rust.SlackBuild index 013687ee39..34be29f258 100644 --- a/development/rust/rust.SlackBuild +++ b/development/rust/rust.SlackBuild @@ -123,9 +123,9 @@ export CXX=clang++ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -python x.py build --verbose +python x.py build -python x.py dist --verbose +python x.py dist for dist in rustc rust-std rust-docs ; do mkdir unpack |