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

Fix strip path

parent 84146ac3
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ function op { ...@@ -46,7 +46,7 @@ function op {
pushd build > /dev/null pushd build > /dev/null
#TODO xargo install --root "../stage" $CARGOFLAGS #TODO xargo install --root "../stage" $CARGOFLAGS
cp -v $(find target/x86_64-unknown-redox/debug/ -maxdepth 1 -type f ! -name "*.*") ../stage/bin 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 popd > /dev/null
;; ;;
unstage) unstage)
......
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