summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/kdevelop_debug.sh2
-rw-r--r--scripts/lib/ptxd_make_image_fix_permissions.sh2
-rw-r--r--scripts/lib/ptxd_make_xpkg_pkg.sh4
-rw-r--r--scripts/ptxdist_vars.sh1
4 files changed, 4 insertions, 5 deletions
diff --git a/scripts/kdevelop_debug.sh b/scripts/kdevelop_debug.sh
index f65737a3b..0a7befad9 100755
--- a/scripts/kdevelop_debug.sh
+++ b/scripts/kdevelop_debug.sh
@@ -6,7 +6,7 @@
#
# to debug in a typical ptxdist environment do something like this:
#
-# ./kdevelop_debug.sh -e root-debug/bin/busybox -s root-debug \
+# ./kdevelop_debug.sh -e root/bin/busybox -s root \
# -t 192.168.23.194:1234 \
# -d arm-softfloat-linux-gnu-gdb
#
diff --git a/scripts/lib/ptxd_make_image_fix_permissions.sh b/scripts/lib/ptxd_make_image_fix_permissions.sh
index eae2ab3fe..0a1e807cd 100644
--- a/scripts/lib/ptxd_make_image_fix_permissions.sh
+++ b/scripts/lib/ptxd_make_image_fix_permissions.sh
@@ -103,7 +103,7 @@ ptxd_make_image_fix_permissions() {
local -a ptxd_reply_ipkg_file ptxd_reply_perm_files &&
ptxd_get_ipkg_files ${image_pkgs_selected_target} || return
- set -- "${ptx_nfsroot}" "${ptx_nfsroot_dbg}"
+ set -- "${ptx_nfsroot}"
exec 3> "${fixscript}"
while [ ${#} -ne 0 ]; do
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
diff --git a/scripts/ptxdist_vars.sh b/scripts/ptxdist_vars.sh
index 11167a897..5a7dfdd22 100644
--- a/scripts/ptxdist_vars.sh
+++ b/scripts/ptxdist_vars.sh
@@ -15,7 +15,6 @@ REPORTDIR=${PTXDIST_PLATFORMDIR}/report
RELEASEDIR=${PTXDIST_PLATFORMDIR}/release
IMAGEDIR=${PTXDIST_PLATFORMDIR}/images
ROOTDIR=${PTXDIST_PLATFORMDIR}/root
-ROOTDIR_DEBUG=${PTXDIST_PLATFORMDIR}/root-debug
# we put generated config files here
PTXDIST_GEN_CONFIG_DIR=${STATEDIR}/config