wok-6.x diff udev/receipt @ rev 1878
Up udev (135)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 17 07:05:23 2008 +0000 (2008-12-17) |
parents | d6295d7937b2 |
children | d0baa10a73d6 |
line diff
1.1 --- a/udev/receipt Thu Oct 09 19:36:57 2008 +0000 1.2 +++ b/udev/receipt Wed Dec 17 07:05:23 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="udev" 1.7 -VERSION="128" 1.8 +VERSION="135" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Udev creat automaticly right devices in /dev." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -32,6 +32,9 @@ 1.13 cp -a $_pkg/sbin $fs 1.14 cp -a $_pkg/etc $fs 1.15 cp -a $_pkg/lib $fs 1.16 + for i in libudev.so libvolume_id.so; do 1.17 + [ -f $fs/lib/$i ] || ( cd $fs/lib ; ln -s $i.*.* $i) 1.18 + done 1.19 1.20 # Default config files in /lib/udev/rules.d and custom on in 1.21 # /etc/udev/rules.d.