wok rev 10477

youtube-dl: Fixed genpkg_rules.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 06:00:18 2011 +0000 (2011-05-25)
parents 545dcbb27037
children 3692976124e4
files youtube-dl/receipt
line diff
     1.1 --- a/youtube-dl/receipt	Wed May 25 05:57:40 2011 +0000
     1.2 +++ b/youtube-dl/receipt	Wed May 25 06:00:18 2011 +0000
     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  }