aboutsummaryrefslogtreecommitdiff
path: root/distrib/Makefile
diff options
context:
space:
mode:
authorherbelin2005-03-06 21:28:06 +0000
committerherbelin2005-03-06 21:28:06 +0000
commit7a92aab26d56381ac6290fc754efb996db9b0d38 (patch)
tree0555fa5a38a61ac95a28fd30ed2f150448a6ac6a /distrib/Makefile
parent80fe13dbfb959846f2fb690e6cc5f185e44db842 (diff)
the package script disappeared in MacOS 10.3: we locally copy the 10.2 version
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6799 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib/Makefile')
-rw-r--r--distrib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 8e3fc9ba2d..6196847d08 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -356,7 +356,7 @@ macosx-pkg:
sed -e "s/VERSION/$(VERSION)/g" MacOS-X/Welcome.rtf.template > MacOS-X/Resources/Welcome.rtf
cp MacOS-X/ReadMe.rtf.template MacOS-X/Resources/ReadMe.rtf
# Builds the pkg file
- package $(ARCHINSTALL) MacOS-X/coq-$(VERSION).info -r MacOS-X/Resources
+ MacOS-X/package $(ARCHINSTALL) MacOS-X/coq-$(VERSION).info -r MacOS-X/Resources
macosx-dmg: