Commit b638a3db authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Autodetect the liveMedia on 10.2 special case. Note that this might break...

* Autodetect the liveMedia on 10.2 special case. Note that this might break current 'sed' patch lines on existing 10.2 installs, since the correct line will be patched by those as well. 
parent 661e7821
......@@ -863,7 +863,11 @@ live: live-$(LIVEDOTCOM_VERSION).tar.gz
patch -p 0 < Patches/live.patch
.live: live
ifeq ($(HOST),ppc-darwin)
(cd $<; ./genMakefiles macosx-before-version-10.4 && make )
else
(cd $<; ./genMakefiles macosx && make )
endif
touch $@
CLEAN_FILE += .live
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment