wok-next rev 15689
Fix dpkg receipt
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Dec 21 07:57:52 2013 +0100 (2013-12-21) |
parents | d05dadc23468 |
children | 4ff3c4e79eae |
files | dpkg/receipt |
line diff
1.1 --- a/dpkg/receipt Sat Dec 21 07:55:19 2013 +0100 1.2 +++ b/dpkg/receipt Sat Dec 21 07:57:52 2013 +0100 1.3 @@ -18,8 +18,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cp -a $src/boot $fs 1.8 - cp -a $src/lib/modules $fs/lib 1.9 - cp -a $src/lib/firmware $fs/lib 1.10 + cp -a $src/etc/* $fs/etc 1.11 + cp -a $src/sbin/* $fs/sbin 1.12 + cp -a $src/usr/* $fs/usr 1.13 chown -R root.root $fs 1.14 }