wok diff indent/receipt @ rev 15605

obfsproxy: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 06 14:33:33 2013 +0000 (2013-12-06)
parents ebf45342566b
children 8d64ce80ab95
line diff
     1.1 --- a/indent/receipt	Wed Nov 16 11:55:27 2011 +0800
     1.2 +++ b/indent/receipt	Fri Dec 06 14:33:33 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="A tool for formatting C code."
     1.6  MAINTAINER="liupeng <hipeng@yahoo.com>"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.gnu.org/software/indent/"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -20,6 +21,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/bin
    1.15 -	cp -a $_pkg/usr/bin/indent $fs/usr/bin
    1.16 +	cp -a $install/usr/bin/indent $fs/usr/bin
    1.17  }
    1.18 -