wok diff patch/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents f45a3556e90c
children 7d5c0cb4336a
line diff
     1.1 --- a/patch/receipt	Thu Oct 11 23:24:50 2012 +0000
     1.2 +++ b/patch/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Utilitie to patch file with diff file."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.9  WEB_SITE="http://www.gnu.org/software/patch/"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -31,7 +32,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/bin
    1.15 -	cp -a $_pkg/usr/bin/patch $fs/usr/bin
    1.16 +	cp -a $install/usr/bin/patch $fs/usr/bin
    1.17  }
    1.18  
    1.19  # Prevent erasing busybox...