summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/scripts/create_core_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/create_core_pkg.sh b/build/scripts/create_core_pkg.sh
index ad1f6c7..80718ef 100755
--- a/build/scripts/create_core_pkg.sh
+++ b/build/scripts/create_core_pkg.sh
@@ -95,7 +95,7 @@ done
[ -d $destdir ] \
|| mkdir -p ${destdir}
-template_path=$(realpath $(dirname ${template}))
+template_path=$(realpath ${template})
template_name=$(basename ${template})
template_metadir=${template_path}/metadir
template_licensedir=${template_path}/_license
OpenPOWER on IntegriCloud