wok-next rev 7634
lzma: remove (outdated) copyright message.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Dec 13 14:28:07 2010 +0100 (2010-12-13) |
parents | 5d88dc6fd350 |
children | 152a1f9dc01a |
files | lzma/receipt |
line diff
1.1 --- a/lzma/receipt Mon Dec 13 13:10:04 2010 +0100 1.2 +++ b/lzma/receipt Mon Dec 13 14:28:07 2010 +0100 1.3 @@ -27,6 +27,10 @@ 1.4 patch -p0 < ../stuff/lzlib.u || return 1 1.5 touch done.lzlib.u 1.6 fi 1.7 + 1.8 + # Remove copyright message. 1.9 + sed '/MY_VERSION_COPYRIGHT_DATE/d' -i LzmaAlone.cpp 1.10 + 1.11 cd CPP/7zip/Compress/LZMA_Alone 1.12 make -f makefile.gcc lzma 1.13 make -f makefile.gcc liblz.so.1.0.0 &&