wok diff tcc-x86_64/receipt @ rev 13941

linux64: quick fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 27 09:35:37 2013 +0100 (2013-01-27)
parents 4c16797dce28
children 83f4594dbebd
line diff
     1.1 --- a/tcc-x86_64/receipt	Tue Jun 12 18:52:42 2012 +0200
     1.2 +++ b/tcc-x86_64/receipt	Sun Jan 27 09:35:37 2013 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="fast Tiny C cross Compiler to x86_64 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"
    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/x86_64-tcc $fs/usr/bin
    1.17 +	cp -a $install/usr/bin/x86_64-tcc $fs/usr/bin
    1.18  }
    1.19