summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_install.sh
diff options
context:
space:
mode:
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 &&