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

Remove pkgutils from setup.sh

parent d4b058bd
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ function op { ...@@ -194,7 +194,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 TARGET=x86_64-unknown-redox 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
......
...@@ -24,10 +24,4 @@ then ...@@ -24,10 +24,4 @@ then
cargo install -f xargo cargo install -f xargo
fi fi
echo "Building pkgutils"
pushd pkgutils
# TODO Change pkgutils to not hard code TARGET
TARGET=x86_64-unknown-redox cargo build --release
popd
echo "cook.sh is ready to use" echo "cook.sh is ready to use"
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