# HG changeset patch # User Antoine Bodin # Date 1292246887 -3600 # Node ID 6dcea00d3e3bbc9a0bf1683175d8900cea851979 # Parent 5d88dc6fd35019d4a026d9cdf935d27aaeacd6c9 lzma: remove (outdated) copyright message. diff -r 5d88dc6fd350 -r 6dcea00d3e3b lzma/receipt --- a/lzma/receipt Mon Dec 13 13:10:04 2010 +0100 +++ b/lzma/receipt Mon Dec 13 14:28:07 2010 +0100 @@ -27,6 +27,10 @@ patch -p0 < ../stuff/lzlib.u || return 1 touch done.lzlib.u fi + + # Remove copyright message. + sed '/MY_VERSION_COPYRIGHT_DATE/d' -i LzmaAlone.cpp + cd CPP/7zip/Compress/LZMA_Alone make -f makefile.gcc lzma make -f makefile.gcc liblz.so.1.0.0 &&