wok diff grep/receipt @ rev 16179

8086tiny: fix build for arm (no graphic dont build...)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 17:45:53 2014 +0200 (2014-03-30)
parents cc6ceae3a5e4
children d553e7773a21
line diff
     1.1 --- a/grep/receipt	Mon Jun 25 09:01:01 2012 +0000
     1.2 +++ b/grep/receipt	Sun Mar 30 17:45:53 2014 +0200
     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.