Skip to content
Snippets Groups Projects
Commit 8acc2594 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix pkgutils builds

parent 8eda1c2e
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ function op { ...@@ -200,7 +200,7 @@ function op {
echo "target = \"$TARGET\"" >> "stage.toml" echo "target = \"$TARGET\"" >> "stage.toml"
mkdir -p stage/pkg mkdir -p stage/pkg
cp -v stage.toml "stage/pkg/$1.toml" cp -v stage.toml "stage/pkg/$1.toml"
cargo run --release --manifest-path "$ROOT/pkgutils/Cargo.toml" --bin pkg -- create stage CC=cc cargo run --release --manifest-path "$ROOT/pkgutils/Cargo.toml" --bin pkg -- create stage
;; ;;
untar) untar)
rm -rfv stage.tar stage.sig stage.toml rm -rfv stage.tar stage.sig stage.toml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment