wok-stable rev 9066
dahdi-linux: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 13:34:20 2011 +0100 (2011-03-04) |
parents | fe1d4bd29615 |
children | fd0cd02a0549 |
files | dahdi-linux/receipt |
line diff
1.1 --- a/dahdi-linux/receipt Fri Mar 04 13:31:15 2011 +0100 1.2 +++ b/dahdi-linux/receipt Fri Mar 04 13:34:20 2011 +0100 1.3 @@ -25,11 +25,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 - cp -a $_pkg/etc $fs 1.9 - cp -a $_pkg/dev $fs 1.10 - cp -a $_pkg/lib $fs 1.11 - cp -a $_pkg/usr/share $fs/usr 1.12 + cp -a $_pkg/* $fs 1.13 } 1.14 1.15 # Post install/remove commands for Tazpkg.