[Lunar-commits] <moonbase> udev: add the pci.ids path.

Florin Braescu florin at lunar-linux.org
Wed Apr 28 14:22:12 CEST 2010


commit 47b1091e1a0c7104f4cab045e8217bb8f6646a6e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Apr 28 15:22:12 2010 +0300

    udev: add the pci.ids path.
---
 filesys/udev/BUILD |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/filesys/udev/BUILD b/filesys/udev/BUILD
index e83860e..22a194c 100644
--- a/filesys/udev/BUILD
+++ b/filesys/udev/BUILD
@@ -26,8 +26,8 @@
     find $SOURCE_DIRECTORY/rules -type f -name '*.rules' -exec sed -i 's/uucp/dialout/g' {} \;  &&
 
 # Borrowing from the Arch folks to avoid any user related permissions.
-    echo "# Bluetooth rfkill switch" >> rules/gentoo/40-gentoo.rules &&
-    echo 'KERNEL=="rfkill", ENV{ACL_MANAGE}="1", GROUP="uucp"' >> rules/gentoo/40-gentoo.rules &&
+    echo "# Bluetooth rfkill switch" >> rules/gentoo/40-gentoo.rules  &&
+    echo 'KERNEL=="rfkill", ENV{ACL_MANAGE}="1", GROUP="uucp"' >> rules/gentoo/40-gentoo.rules  &&
     mv -f rules/gentoo/40-gentoo.rules rules/gentoo/40-lunar.rules  &&
 
     if [ "$WIPE_NET_DEV" == "y" ] ; then
@@ -39,7 +39,8 @@
                  --mandir=/usr/share/man    \
                  --includedir=/usr/include  \
                  --datarootdir=/usr/share   \
-                 --sysconfdir=/etc         &&
+                 --sysconfdir=/etc          \
+                 --with-pci-ids-path=/var/share/pci.ids  &&
     sedit '/^GIRTYPELIBDIR/s;\${exec_prefix};/usr;' Makefile  &&
     default_make  &&
 


More information about the Lunar-commits mailing list