summaryrefslogtreecommitdiff
path: root/da5-notebooks/build.sh
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-12-19 09:46:55 -0500
committerGitHub <noreply@github.com>2018-12-19 09:46:55 -0500
commit7b9ac45016d34761f702a5e41cc2ad71420079bf (patch)
treed977f9e8ddf658090b9e8c97258c374ce3c07b73 /da5-notebooks/build.sh
parent266c083bd930991965850bb8e2a19f23d8575fa8 (diff)
downloadastroconda-contrib-7b9ac45016d34761f702a5e41cc2ad71420079bf.tar.gz
Sync da5-notebooks install dir with package name. (#451)
Diffstat (limited to 'da5-notebooks/build.sh')
-rw-r--r--da5-notebooks/build.sh3
1 files changed, 1 insertions, 2 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