wok-next
diff file-tail/receipt @ rev 15603
Use install instead of _pkg
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Fri Dec 06 10:39:07 2013 +0000 (2013-12-06) |
parents |
c84630334f17 |
children |
8873e661671a |
line diff
1.1 --- a/file-tail/receipt Fri May 20 17:44:20 2011 +0000
1.2 +++ b/file-tail/receipt Fri Dec 06 10:39:07 2013 +0000
1.3 @@ -22,5 +22,5 @@
1.4 # Rules to gen a SliTaz package suitable for Tazpkg.
1.5 genpkg_rules()
1.6 {
1.7 - cp -a $_pkg/usr $fs
1.8 + cp -a $install/usr $fs
1.9 }