wok-stable rev 2980
libcdio-utils: fix binary path
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 11 02:24:43 2009 +0200 (2009-05-11) |
parents | 579f32f86457 |
children | 3a9e51f35fa9 |
files | libcdio-utils/receipt |
line diff
1.1 --- a/libcdio-utils/receipt Mon May 11 02:14:35 2009 +0200 1.2 +++ b/libcdio-utils/receipt Mon May 11 02:24:43 2009 +0200 1.3 @@ -12,5 +12,6 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cp -a $_pkg/usr/bin/ $fs/usr 1.8 + mkdir $fs/usr 1.9 + cp -a $_pkg/usr/bin $fs/usr 1.10 }