(cd $$i; $(MAKE) macosx-pkg); \
done
./maintenance/make-osxmpkg.sh SOPE-4.5
+ ./maintenance/make-osxdmg.sh SOPE-4.5 osxpkgbuild "SOPE 4.5"
calcSize;
echo " size: ${SIZE_KB}K"
-setupDisk "${DMG_NAME}.dmg"
+setupDisk "${DMG_NAME}-build-$$.dmg"
echo -n " coping content to disk .."
cd $BIN_DIR
# once again eject, to synchronize
ejectDisk;
-REL_DMG="${DMG_NAME}-release.dmg"
-convertToReadOnlyCompressedImage "${DMG_NAME}.dmg" "${REL_DMG}"
+REL_DMG="${DMG_NAME}.dmg"
+convertToReadOnlyCompressedImage "${DMG_NAME}-build-$$.dmg" "${REL_DMG}"
internetEnableDiskImage "${REL_DMG}"
# delete src image
-rm -f "${DMG_NAME}.dmg"
+rm -f "${DMG_NAME}-build-$$.dmg"
echo >>$F " <dict>"
- # this makes reinstalls fail w/o any information (in Tiger)
- # TODO: => no, doesn't seem to change anything
- if test "x$WORKING_BUNDLE_VERSIONS" = "xyes"; then
frameworks=`find "${ROOT_DIR}" -type d -name "*.framework"`
for frameworkpath in $frameworks; do
frameworkvfile="`find $frameworkpath -type f -name Version | head -n 1`"
echo " Note: no Version file in framework `basename $frameworkpath`"
fi
done
- fi
echo >>$F " </dict>"
echo >>$F "</plist>"
+2005-09-28 Helge Hess <helge.hess@opengroupware.org>
+
+ * GNUmakefile.preamble: install bundle in proper SaxObjC framework
+ location (v4.5.19)
+
2005-08-16 Helge Hess <helge.hess@opengroupware.org>
* install into /Library/SaxDrivers-4.5 when compiling for frameworks
ifeq ($(frameworks),yes)
# hm, we might prefer /Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/
# but this is harder with the FRAMEWORK_INSTALL_DIR
-BUNDLE_INSTALL_DIR := $(FRAMEWORK_INSTALL_DIR)/SaxObjC.framework/Resources/SaxDrivers/
+BUNDLE_INSTALL_DIR := $(FRAMEWORK_INSTALL_DIR)/SaxObjC.framework/Versions/A/Resources/SaxDrivers/
endif
# Version file
-SUBMINOR_VERSION:=18
+SUBMINOR_VERSION:=19