patches/mozilla-05-common-tar-option.diff
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 5716 c8718e03e3d4
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5716
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
     1
--- firefox/toolkit/mozapps/installer/packager.mk	2005-08-27 03:01:45.000000000 +0800
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
     2
+++ firefox/toolkit/mozapps/installer/packager.mk.new	2005-09-05 18:31:57.991052616 +0800
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
     3
@@ -66,7 +66,7 @@
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
     4
 
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
     5
 MAKE_PACKAGE	= $(error What is a $(MOZ_PKG_FORMAT) package format?);
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
     6
 
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
     7
-CREATE_FINAL_TAR = tar -c --owner=0 --group=0 --numeric-owner --mode="go-w" -f
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
     8
+CREATE_FINAL_TAR = tar -cf
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
     9
 UNPACK_TAR       = tar -x
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
    10
 
c8718e03e3d4 add new patch to remove the specific gtar options
dave
parents:
diff changeset
    11
 ifeq ($(MOZ_PKG_FORMAT),TAR)