mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Fix pkgutils builds
This commit is contained in:
parent
8eda1c2e25
commit
8acc25947d
2
cook.sh
2
cook.sh
@ -200,7 +200,7 @@ function op {
|
||||
echo "target = \"$TARGET\"" >> "stage.toml"
|
||||
mkdir -p stage/pkg
|
||||
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)
|
||||
rm -rfv stage.tar stage.sig stage.toml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user