mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Remove pkgutils from setup.sh
This commit is contained in:
parent
d4b058bdda
commit
c4b0a276b2
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"
|
||||
cargo run --release --manifest-path "$ROOT/pkgutils/Cargo.toml" --bin pkg -- create stage
|
||||
TARGET=x86_64-unknown-redox 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