Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xiangyang1984 patch 4 #51364

Closed
Prev Previous commit
Next Next commit
Update build.sh
  • Loading branch information
Xiangyang1984 authored Oct 13, 2024
commit 06bd3e3e2aa7a8bc70d4ba356a5b714ec2e071e4
2 changes: 1 addition & 1 deletion recipes/pneumo-typer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir -p ${RM_DIR}
mkdir -p ${PREFIX}/bin
pwd
ls -a
cp -r pneumo-typer*/* ${RM_DIR}
cp -r $SRC_DIR/* ${RM_DIR}
cp build_env_setup.sh ${RM_DIR}
cp conda_build.sh ${RM_DIR}
cp metadata_conda_debug.yaml ${RM_DIR}
Expand Down
Loading