wok-current diff squashfs/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 | eb8067417980 |
children | b753ad1e6bdd |
line diff
1.1 --- a/squashfs/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/squashfs/receipt Fri Dec 06 10:39:07 2013 +0000 1.3 @@ -28,5 +28,5 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cp -a $install/usr $_pkg/sbin $fs 1.8 + cp -a $install/usr $install/sbin $fs 1.9 }