Use cargo to run pkgutils

This commit is contained in:
Jeremy Soller 2017-06-03 19:25:14 -06:00
parent 7ee086d593
commit d4b058bdda

View File

@ -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