From 53b6d210cf409f26225c6a53159ff5ac2a87434d Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 25 Jul 2003 19:15:35 +0000 Subject: [PATCH] STABLE12-package-build-rules-20030715 allow building of macos packages from make (cherry picked from commit cd84e65f972ef53b45df742dfef67c04e94c95fd) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 46cd9c6ab..c7e97ee11 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,7 +90,7 @@ dest_only_libafs: only_libafs dest_dirs packages: dest @case ${SYS_NAME} in \ ppc_darwin* ) \ - ${COMPILE_PART1} packaging/MacOS && ./buildpkg.sh ${DEST} ;; \ + ${COMPILE_PART1} packaging/MacOS && sh ./buildpkg.sh ${DEST} ;; \ hp_ux110 ) \ ${COMPILE_PART1} packaging/HP-UX && swpackage -s psf-1.2.10-transarc-paths-11.00 ;; \ hp_ux11i ) \ -- 2.39.5