summaryrefslogtreecommitdiffstats
path: root/build/scripts
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-02 08:23:37 -0300
committerRenato Botelho <renato@netgate.com>2016-08-02 08:23:37 -0300
commit582f023e32fb51fc8568f6a5b5a6c3b506afa767 (patch)
tree68d339f9f01c8ad0b1fde7f93dd9a6f5622b7e2f /build/scripts
parent0adc9314c2a668ef8c2b5ad44e6583a52bb34850 (diff)
downloadpfsense-582f023e32fb51fc8568f6a5b5a6c3b506afa767.zip
pfsense-582f023e32fb51fc8568f6a5b5a6c3b506afa767.tar.gz
Remove wrong call to dirname
Diffstat (limited to 'build/scripts')
-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