wok-current diff youtube-dl/receipt @ rev 10606
fotoxx: fix src url
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 26 16:34:01 2011 +0200 (2011-05-26) |
parents | 545dcbb27037 |
children | d12296a4ada4 |
line diff
1.1 --- a/youtube-dl/receipt Wed May 25 05:57:40 2011 +0000 1.2 +++ b/youtube-dl/receipt Thu May 26 16:34:01 2011 +0200 1.3 @@ -22,7 +22,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/bin 1.8 + mkdir -p $fs 1.9 cp -a $_pkg/* $fs 1.10 chmod +x $fs/usr/bin/$PACKAGE 1.11 }