diff options
Diffstat (limited to 'da5_notebooks/build.sh')
| -rw-r--r-- | da5_notebooks/build.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/da5_notebooks/build.sh b/da5_notebooks/build.sh deleted file mode 100644 index c389c70..0000000 --- a/da5_notebooks/build.sh +++ /dev/null @@ -1,15 +0,0 @@ -if [[ -z ${PKG_NAME} ]]; then - echo "Conda build has changed out from under you. PKG_NAME is undefined..." - exit 1 -fi - -pkg_name=$(echo ${PKG_NAME} | tr '-' '_') -dest="${PREFIX}/share/${pkg_name}" -usedir="$(pwd)" - -if [[ -d ${usedir}/work ]]; then - usedir=${usedir}/work -fi - -mkdir -p "${dest}" -rsync -a "${usedir}"/notebooks/ "${dest}"/ |
