summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_xpkg_pkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_make_xpkg_pkg.sh')
-rw-r--r--scripts/lib/ptxd_make_xpkg_pkg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh
index ba9094b71..9cb278409 100644
--- a/scripts/lib/ptxd_make_xpkg_pkg.sh
+++ b/scripts/lib/ptxd_make_xpkg_pkg.sh
@@ -99,11 +99,11 @@ ptxd_install_setup() {
esac
# all dirs
- dirs=("${ptx_nfsroot}" "${ptx_nfsroot_dbg}" "${pkg_xpkg_tmp}")
+ dirs=("${ptx_nfsroot}" "${pkg_xpkg_tmp}")
# nfs root dirs
# no setuid/setguid bit here
- ndirs=("${ptx_nfsroot}" "${ptx_nfsroot_dbg}")
+ ndirs=("${ptx_nfsroot}")
# package dirs
# this goes into the ipkg, thus full file modes here