wok diff scim-dev/receipt @ rev 3175
reconfigure udev after /etc/udev/rules.d addition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 13:26:29 2009 +0200 (2009-05-25) |
parents | 93342d3d3ff1 |
children | 8b3ae6a93757 |
line diff
1.1 --- a/scim-dev/receipt Sat Nov 08 13:39:01 2008 +0000 1.2 +++ b/scim-dev/receipt Mon May 25 13:26:29 2009 +0200 1.3 @@ -14,5 +14,5 @@ 1.4 cp -a $_pkg/usr/lib $fs/usr 1.5 find $fs/usr/lib -type f -not -name '*a' -exec rm {} \; 1.6 find $fs/usr/lib -type l -exec rm {} \; 1.7 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr 1.8 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.9 }