mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Use cargo to run pkgutils
This commit is contained in:
parent
7ee086d593
commit
d4b058bdda
2
cook.sh
2
cook.sh
@ -194,7 +194,7 @@ function op {
|
||||
echo "target = \"$TARGET\"" >> "stage.toml"
|
||||
mkdir -p stage/pkg
|
||||
cp -v stage.toml "stage/pkg/$1.toml"
|
||||
$ROOT/pkgutils/target/release/pkg create stage
|
||||
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