wok diff tcc-c67/receipt @ rev 14046

gst-plugins-ugly: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 18:43:25 2013 +0100 (2013-02-18)
parents 4c16797dce28
children 83f4594dbebd
line diff
     1.1 --- a/tcc-c67/receipt	Tue Jun 12 18:52:42 2012 +0200
     1.2 +++ b/tcc-c67/receipt	Mon Feb 18 18:43:25 2013 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="fast Tiny C cross Compiler to C67 target."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -WEB_SITE="http://bellard.org/$PACKAGE/"
     1.8 +WEB_SITE="http://bellard.org/tcc/"
     1.9  DEPENDS="tcc-common"
    1.10  WANTED="tcc"
    1.11  TAGS="compiler C c67"
    1.12 @@ -14,6 +14,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/bin
    1.16 -	cp -a $_pkg/usr/bin/c67-tcc $fs/usr/bin
    1.17 +	cp -a $install/usr/bin/c67-tcc $fs/usr/bin
    1.18  }
    1.19