wok-stable diff lzma/receipt @ rev 7863
tazpkg-web: exclude path from common files (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 01 21:19:34 2011 +0100 (2011-01-01) |
parents | f067d5386393 |
children | 7941d6ba7e42 |
line diff
1.1 --- a/lzma/receipt Sun Dec 12 08:04:46 2010 +0000 1.2 +++ b/lzma/receipt Sat Jan 01 21:19:34 2011 +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 &&