wok diff indent/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
parents ebf45342566b
children 8d64ce80ab95
line diff
     1.1 --- a/indent/receipt	Wed Nov 16 11:55:27 2011 +0800
     1.2 +++ b/indent/receipt	Sat Dec 21 08:40:56 2013 +0100
     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 -