packages: xulrunner/xulrunner-install.patch - create MOZ_PKG_APPDIR	too
    arekm 
    arekm at pld-linux.org
       
    Thu Jan 21 14:23:23 CET 2010
    
    
  
Author: arekm                        Date: Thu Jan 21 13:23:23 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- create MOZ_PKG_APPDIR too
---- Files affected:
packages/xulrunner:
   xulrunner-install.patch (1.6 -> 1.7) 
---- Diffs:
================================================================
Index: packages/xulrunner/xulrunner-install.patch
diff -u packages/xulrunner/xulrunner-install.patch:1.6 packages/xulrunner/xulrunner-install.patch:1.7
--- packages/xulrunner/xulrunner-install.patch:1.6	Thu Jan 21 13:50:07 2010
+++ packages/xulrunner/xulrunner-install.patch	Thu Jan 21 14:23:17 2010
@@ -5,7 +5,7 @@
  # do not strip the binaries actually in the tree.
  	@echo "Creating package directory..."
 -	@mkdir $(DIST)/$(MOZ_PKG_DIR)
-+	@mkdir $(DESTDIR)/$(MOZ_PKG_DIR)
++	@mkdir -p $(DESTDIR)/$(MOZ_PKG_DIR) $(DESTDIR)/$(MOZ_PKG_APPDIR)
  ifdef MOZ_PKG_MANIFEST
  	$(RM) -rf $(DIST)/xpt
  	$(call PACKAGER_COPY, "$(call core_abspath,$(DIST))",\
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner-install.patch?r1=1.6&r2=1.7&f=u
    
    
More information about the pld-cvs-commit
mailing list