mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add install
This commit is contained in:
parent
47034cf00e
commit
a8c48d184c
7
cook.sh
7
cook.sh
@ -26,6 +26,13 @@ then
|
||||
xargo clean
|
||||
popd
|
||||
;;
|
||||
install)
|
||||
mkdir -p root/bin
|
||||
pushd build
|
||||
#TODO xargo install --root "../root" $CARGOFLAGS
|
||||
cp -v $(find target/x86_64-unknown-redox/debug/ -maxdepth 1 -type f ! -name "*.*") ../root/bin
|
||||
popd
|
||||
;;
|
||||
fetch)
|
||||
git clone --recursive "$GIT" build
|
||||
;;
|
||||
|
||||
0
recipes/smith/root/.crates.toml
Normal file
0
recipes/smith/root/.crates.toml
Normal file
BIN
recipes/smith/root/bin/smith
Executable file
BIN
recipes/smith/root/bin/smith
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user