wok-stable diff pyroom/receipt @ rev 4341

Fix: udev need /dev/.udev (fix creation of snd devices and USB automounting in Live mode)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Oct 01 15:19:23 2009 +0200 (2009-10-01)
parents fda9c1510e64
children dd8d1d85b596
line diff
     1.1 --- a/pyroom/receipt	Sat Aug 22 12:24:32 2009 +0000
     1.2 +++ b/pyroom/receipt	Thu Oct 01 15:19:23 2009 +0200
     1.3 @@ -22,7 +22,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/
     1.8 +	mkdir -p $fs
     1.9  	cp -a $_pkg/usr $fs
    1.10  }
    1.11