]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-package-build-rules-20030715
authorDerrick Brashear <shadow@dementia.org>
Fri, 25 Jul 2003 19:15:35 +0000 (19:15 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 25 Jul 2003 19:15:35 +0000 (19:15 +0000)
allow building of macos packages from make

(cherry picked from commit cd84e65f972ef53b45df742dfef67c04e94c95fd)

Makefile.in

index 46cd9c6abb7331c5827d1fe98ac9f854be4e0639..c7e97ee11ab6214f656d031ec7100947fd2f1f91 100644 (file)
@@ -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 ) \