ooo-build r14242 - in branches/ooo-build-3-0: . patches/dev300



Author: thorstenb
Date: Wed Oct  8 08:34:28 2008
New Revision: 14242
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14242&view=rev

Log:
    * patches/dev300/instset-macos-langpacks.diff: make script files
    executable - otherwise, langpacks install silently fails



Modified:
   branches/ooo-build-3-0/ChangeLog
   branches/ooo-build-3-0/patches/dev300/instset-macos-langpacks.diff

Modified: branches/ooo-build-3-0/patches/dev300/instset-macos-langpacks.diff
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/instset-macos-langpacks.diff	(original)
+++ branches/ooo-build-3-0/patches/dev300/instset-macos-langpacks.diff	Wed Oct  8 08:34:28 2008
@@ -130,7 +130,7 @@
  
  .IF "$(PKGFORMAT)"!=""
  $(foreach,i,$(alllangiso) openoffice_$i) : $$ {$(PKGFORMAT:^".")}
-@@ -254,7 +258,20 @@ ooolanguagepack_%{$(PKGFORMAT:^".")} :
+@@ -254,7 +258,22 @@ ooolanguagepack_%{$(PKGFORMAT:^".")} :
  .ELSE			# "$(PKGFORMAT)"!=""
  ooolanguagepack_% :
  .ENDIF			# "$(PKGFORMAT)"!=""
@@ -141,6 +141,8 @@
 +	$(MKDIRHIER) $(BUILDROOT_LANGPACK)$/staging$/"OpenOffice.org Languagepack.app"$/Contents
 +	$(COPY) $(PRJ)$/res$/osx_langpackinstall.sh $(BUILDROOT_LANGPACK)$/staging$/"OpenOffice.org Languagepack.app"$/Contents$/"OpenOffice.org Languagepack"
 +	$(COPY) $(PRJ)$/res$/osx_langpackinstall.applescript $(BUILDROOT_LANGPACK)$/staging$/"OpenOffice.org Languagepack.app"$/Contents$/
++	chmod a+x $(BUILDROOT_LANGPACK)$/staging$/"OpenOffice.org Languagepack.app"$/Contents$/"OpenOffice.org Languagepack"$/osx_langpackinstall.sh
++	chmod a+x $(BUILDROOT_LANGPACK)$/staging$/"OpenOffice.org Languagepack.app"$/Contents$/osx_langpackinstall.applescript 
 +	tar -cjf $(BUILDROOT_LANGPACK)$/staging$/"OpenOffice.org Languagepack.app"$/Contents$/tarball.tar.bz2 -C $(BUILDROOT_LANGPACK)$/staging$/"$(MAC_APPDIR)" Contents
 +	$(RM) -r $(BUILDROOT_LANGPACK)$/staging$/"$(MAC_APPDIR)"
 +	cd $(BUILDROOT_LANGPACK) && hdiutil makehybrid -hfs -hfs-openfolder staging staging \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]