wok diff wqy-bitmapfont/receipt @ rev 12191
Add pwauth (use system passwd to auth user, maybe used in our CGI tools)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 26 01:27:26 2012 +0200 (2012-03-26) |
parents | 5ae6a120b179 |
children | 7a526dcd4932 |
line diff
1.1 --- a/wqy-bitmapfont/receipt Fri Mar 04 15:09:58 2011 +0100 1.2 +++ b/wqy-bitmapfont/receipt Mon Mar 26 01:27:26 2012 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/ 1.7 - cp -a $DESTDIR/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/ 1.8 + cp -a $_pkg/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/ 1.9 } 1.10 1.11 pre_install()