[macemacsjp-cvs 376] CVS update: CarbonEmacsPackage

Back to archive index

Seiji Zenitani zenit****@users*****
2006年 6月 16日 (金) 22:00:24 JST


Index: CarbonEmacsPackage/Makefile
diff -u CarbonEmacsPackage/Makefile:1.52 CarbonEmacsPackage/Makefile:1.53
--- CarbonEmacsPackage/Makefile:1.52	Fri Jun  9 00:42:13 2006
+++ CarbonEmacsPackage/Makefile	Fri Jun 16 22:00:24 2006
@@ -8,7 +8,7 @@
 #  ネットワークインストール対応ライブラリも
 #  ほぼ同じ書式で記述しています。
 #
-#  $Id: Makefile,v 1.52 2006/06/08 15:42:13 zenitani Exp $
+#  $Id: Makefile,v 1.53 2006/06/16 13:00:24 zenitani Exp $
 #
 ###############################################################
 
@@ -580,8 +580,8 @@
 	open ${PACKAGE_DIR}
 	@echo "make icon"
 
-# Intel パート用の簡易版(Universal 化には、バイナリ本体と aspell のみ必要)
-pkg-intel: elisps mac-elisps _aspell-en _activate _coral site-start.d
+# Universal 化のための簡易版バイナリ(Emacs 本体と aspell のみ必要)
+pkg-mini: elisps mac-elisps _aspell-en _activate _coral site-start.d
 	open ${PACKAGE_DIR}
 
 icon:
@@ -635,8 +635,8 @@
 		lipo -arch ppc /Volumes/Emacs\ 1/$$d -arch i386 /Volumes/Emacs\ 2/$$d \
 			-create -output /Volumes/Emacs/$$d ;\
 	done
-	cp -pR /Volumes/Emacs\ 2/Emacs.app/Contents/Resources/lib/aspell-* \
-		/Volumes/Emacs/Emacs.app/Contents/Resources/lib/aspell-i386
+	cp -pR /Volumes/Emacs\ 1/Emacs.app/Contents/Resources/lib/aspell-* \
+		/Volumes/Emacs/Emacs.app/Contents/Resources/lib/aspell-powerpc
 
 universal-done:
 	if [ -e ${PACKAGE_DIR}/Background.png ] ; then \


macemacsjp-cvs メーリングリストの案内
Back to archive index