summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_install.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-11-06 20:34:45 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-09 17:02:07 +0100
commit30dd6ed2a4d43a32c277d4e180da3898f863de25 (patch)
tree92653658e926e335a733b82f715c703e605c5104 /scripts/lib/ptxd_make_world_install.sh
parent706e680ffa13a8456b29cbb5cf494a862f4e6659 (diff)
downloadptxdist-30dd6ed2a4d43a32c277d4e180da3898f863de25.tar.gz
ptxdist-30dd6ed2a4d43a32c277d4e180da3898f863de25.tar.xz
[ptxd_make_world_install] fix error message
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_install.sh')
-rw-r--r--scripts/lib/ptxd_make_world_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_install.sh b/scripts/lib/ptxd_make_world_install.sh
index 5800f5012..8ea7372f4 100644
--- a/scripts/lib/ptxd_make_world_install.sh
+++ b/scripts/lib/ptxd_make_world_install.sh
@@ -48,7 +48,7 @@ ptxd_make_world_install_target() {
check_pipe_status &&
if [ \! -e "${pkg_pkgdir}" ]; then
- ptxd_warning "PKG doesn't install anything to '${pkg_pkgdir}'"
+ ptxd_warning "PKG didn't install anything to '${pkg_pkgdir}'"
return
fi &&