--- toast	2010/01/14 04:31:03	1.478
+++ toast	2010/03/02 05:27:56	1.479
@@ -3945,6 +3945,8 @@
   push(@targets, "RUN_QUERY_LOADER_TEST=true", "RUN_QUERY_IMMODULES_TEST=true")
       if -d(path($makedir, "gdk-pixbuf")); # gtk+
   push(@targets, "modules_install", "INSTALL_MOD_PATH=$rootdir") if $modules;
+  -r and safechmod(getmode($_) | 0111, $_) for map(path($makedir, $_),
+      qw(install.sh install-sh)); # e.g. ht 2.0.18 under OS X
   tracecdrun($makedir, "make", @targets);
   run("sh", "-c", "cp -R '$netpbm'/*/ '$rootdir'") if $netpbm;
 }