[squashfs-tools] Adjust compressor patch for change in context in the Makefile

Bruno Wolff III bruno at fedoraproject.org
Sat Jan 1 17:11:56 UTC 2011


commit 85f0ab998f0233e4c576ccf06642fd83c026b305
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jan 1 11:05:17 2011 -0600

    Adjust compressor patch for change in context in the Makefile

 squashfs-compressors.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/squashfs-compressors.patch b/squashfs-compressors.patch
index ca534d3..d3a0699 100644
--- a/squashfs-compressors.patch
+++ b/squashfs-compressors.patch
@@ -1,5 +1,5 @@
---- squashfs-tools/Makefile.orig	2010-12-24 11:29:18.000000000 -0600
-+++ squashfs-tools/Makefile	2010-12-24 11:30:05.000000000 -0600
+--- squashfs-tools/Makefile.orig	2011-01-01 11:01:33.000000000 -0600
++++ squashfs-tools/Makefile	2011-01-01 11:03:59.000000000 -0600
 @@ -32,7 +32,7 @@
  # work) - download and unpack it, uncomment and set LZMA_DIR to unpacked source,
  # and uncomment the LZMA_SUPPORT line below.
@@ -7,7 +7,7 @@
 -#LZMA_XZ_SUPPORT = 1
 +LZMA_XZ_SUPPORT = 1
  #LZMA_SUPPORT = 1
- #LZMA_DIR = ../../../LZMA/lzma465
+ #LZMA_DIR = ../../../../LZMA/lzma465
  
 @@ -45,7 +45,7 @@
  # To build using XZ Utils liblzma - install the library and uncomment


More information about the scm-commits mailing list