wok diff grep/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents cc6ceae3a5e4
children d553e7773a21
line diff
     1.1 --- a/grep/receipt	Mon Jun 25 09:01:01 2012 +0000
     1.2 +++ b/grep/receipt	Thu Sep 26 13:12:43 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GNU Global Regular Expression Print."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.9  WEB_SITE="http://www.gnu.org/software/grep/"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -24,7 +25,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  }
    1.18  
    1.19  # Pre and post install commands for Tazpkg.