summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--da5-notebooks/build.sh3
-rw-r--r--da5-notebooks/meta.yaml2
2 files changed, 2 insertions, 3 deletions
diff --git a/da5-notebooks/build.sh b/da5-notebooks/build.sh
index c389c70..b7aa143 100644
--- a/da5-notebooks/build.sh
+++ b/da5-notebooks/build.sh
@@ -3,8 +3,7 @@ if [[ -z ${PKG_NAME} ]]; then
exit 1
fi
-pkg_name=$(echo ${PKG_NAME} | tr '-' '_')
-dest="${PREFIX}/share/${pkg_name}"
+dest="${PREFIX}/share/${PKG_NAME}"
usedir="$(pwd)"
if [[ -d ${usedir}/work ]]; then
diff --git a/da5-notebooks/meta.yaml b/da5-notebooks/meta.yaml
index deccdc3..c9765b1 100644
--- a/da5-notebooks/meta.yaml
+++ b/da5-notebooks/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'da5-notebooks' %}
{% set version = '1.0' %}
{% set tag = 'v' + version %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelscope/{{ name }}