wok-next diff youtube-dl/receipt @ rev 10024
glibc: dont build with -Os and better use default CFLAGS also need --build and --host
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 18:19:46 2011 +0200 (2011-05-19) |
parents | f6d3581520db |
children | 62ac62e4ddf6 |
line diff
1.1 --- a/youtube-dl/receipt Thu Mar 31 03:38:04 2011 +0000 1.2 +++ b/youtube-dl/receipt Thu May 19 18:19:46 2011 +0200 1.3 @@ -15,6 +15,7 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/bin 1.7 - cp -a $src/$PACKAGE $fs/usr/bin 1.8 + [ -x /usr/bin/tazwok ] && cp -a $src/$PACKAGE $fs/usr/bin 1.9 + [ -x /usr/bin/cook ] && cp -a $SRC/$PACKAGE $fs/usr/bin 1.10 chmod +x $fs/usr/bin/$PACKAGE 1.11 -} 1.12 \ No newline at end of file 1.13 +}