wok diff rlog/receipt @ rev 12135
Fix busybox diff: don't output binary content
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 13 21:24:32 2012 +0100 (2012-03-13) |
parents | 1707e54fb4cf |
children | 3b4e4318134e |
line diff
1.1 --- a/rlog/receipt Sun Feb 28 17:05:24 2010 +0100 1.2 +++ b/rlog/receipt Tue Mar 13 21:24:32 2012 +0100 1.3 @@ -6,8 +6,7 @@ 1.4 SHORT_DESC="C++ logging library." 1.5 MAINTAINER="b1+slitaz@nagel.org" 1.6 DEPENDS="gcc-lib-base" 1.7 -BUILD_DEPENDS="" 1.8 -TARBALL="rlog-$VERSION.tar.gz" 1.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.arg0.net/rlog" 1.11 WGET_URL="http://rlog.googlecode.com/files/$TARBALL" 1.12 TAGS="C++ log" 1.13 @@ -26,5 +25,4 @@ 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.17 - strip -s $fs/usr/lib/* 1.18 }