From: Derrick Brashear Date: Fri, 25 Jul 2003 19:15:35 +0000 (+0000) Subject: STABLE12-package-build-rules-20030715 X-Git-Tag: openafs-stable-1_2_10~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=53b6d210cf409f26225c6a53159ff5ac2a87434d;p=packages%2Fo%2Fopenafs.git STABLE12-package-build-rules-20030715 allow building of macos packages from make (cherry picked from commit cd84e65f972ef53b45df742dfef67c04e94c95fd) --- 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 ) \