To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=62175
------- Additional comments from [EMAIL PROTECTED] Fri Feb 17 03:00:18 -0800 2006 ------- proposed new fix. --- makefile.mk 17 Feb 2006 09:45:04 -0000 1.12.8.2 +++ makefile.mk 17 Feb 2006 10:49:06 -0000 @@ -73,7 +73,8 @@ # unpack the Crystal icon set $(MISC)$/crystal.flag : $(RES)$/img$/commandimagelist.ilst - +gunzip -c $(CRYSTAL_TARBALL) | ( tar -xf - -C $(MISC) ) && $(TOUCH) $@ + +cd $(MISC) && gunzip -c $(CRYSTAL_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f) + @+$(TYPE) $@ || echo "ERROR: unpacking $(CRYSTAL_TARBALL) failed" # dependencies images_hicontrast : $(MISC)$/hicontrast.flag --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
