diff --git a/cook.sh b/cook.sh index ad8283b62ec742dbea110711ee81daf13064da54..f47f585499cdaf6df14bab1553bc1e09d2eea850 100755 --- a/cook.sh +++ b/cook.sh @@ -46,7 +46,7 @@ function op { pushd build > /dev/null #TODO xargo install --root "../stage" $CARGOFLAGS cp -v $(find target/x86_64-unknown-redox/debug/ -maxdepth 1 -type f ! -name "*.*") ../stage/bin - strip -v stage/bin/* + strip -v ../stage/bin/* popd > /dev/null ;; unstage)