wok rev 9626

Fixed cowpatty. dict file should be in /usr/share/cowpatty folder instead of /usr/share folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Apr 24 21:47:17 2011 +0000 (2011-04-24)
parents 625391b04a0d
children b1f81941f347
files cowpatty/receipt
line diff
     1.1 --- a/cowpatty/receipt	Sun Apr 24 01:02:03 2011 +0200
     1.2 +++ b/cowpatty/receipt	Sun Apr 24 21:47:17 2011 +0000
     1.3 @@ -24,7 +24,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr/share
     1.9  	cp -a $_pkg/usr/bin $fs/usr
    1.10  	cp -a $_pkg/usr/share/cowpatty $fs/usr/share
    1.11  }