summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_clean.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-06-16 14:09:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 09:34:51 +0200
commit396852e8d5aed76a88e99f1dc8af279fcf9f0eb3 (patch)
tree5e1faaf3c787c8c6dbf9ffbe4c812064ccd5564e /scripts/lib/ptxd_make_world_clean.sh
parentef43789b9828386a670b853ecc5cfd5471c5ecc4 (diff)
downloadptxdist-396852e8d5aed76a88e99f1dc8af279fcf9f0eb3.tar.gz
ptxdist-396852e8d5aed76a88e99f1dc8af279fcf9f0eb3.tar.xz
ptxd_make_xpkg: create debug ipkg packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_clean.sh')
-rw-r--r--scripts/lib/ptxd_make_world_clean.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_make_world_clean.sh b/scripts/lib/ptxd_make_world_clean.sh
index 858decaea..80bc43402 100644
--- a/scripts/lib/ptxd_make_world_clean.sh
+++ b/scripts/lib/ptxd_make_world_clean.sh
@@ -16,8 +16,8 @@ ptxd_make_world_clean() {
if [ -f "${pkg_xpkg_map}" ]; then
echo "Deleting ipks:"
for name in $(< "${pkg_xpkg_map}"); do
- ls "${ptx_pkg_dir}/${name}"_*.ipk
- rm -f "${ptx_pkg_dir}/${name}"_*.ipk
+ ls "${ptx_pkg_dir}/${name}"{,-dbgsym}_*.ipk
+ rm -f "${ptx_pkg_dir}/${name}"{,-dbgsym}_*.ipk
done
echo
fi