From 7b9ac45016d34761f702a5e41cc2ad71420079bf Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 19 Dec 2018 09:46:55 -0500 Subject: Sync da5-notebooks install dir with package name. (#451) --- da5-notebooks/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'da5-notebooks/build.sh') 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 -- cgit