[Lunar-commits] <moonbase> udev: Track /lib/udev/devices
Stefan Wold
ratler at lunar-linux.org
Thu Sep 11 19:45:21 CEST 2008
commit 60ac7cc6e2016dcfbc13582c29a010fe4cb003ce
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu Sep 11 19:45:21 2008 +0200
udev: Track /lib/udev/devices
* This change wont affect anyone but it fixes a build issue
with the ISO build process
* TODO: POST_INSTALL code should be moved to
BUILD file to get proper tracking of the device nodes
---
filesys/udev/BUILD | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/filesys/udev/BUILD b/filesys/udev/BUILD
index 936cb05..2b9a678 100644
--- a/filesys/udev/BUILD
+++ b/filesys/udev/BUILD
@@ -5,9 +5,6 @@
add_priv_group usb
add_priv_group cdrw
- # create static nodes dir if missing
- mkdir -p /lib/udev/devices &&
-
patch_it $SOURCE2 0 &&
for DIR in `ls extras`; do EXTRAS+="extras/$DIR "; done &&
@@ -15,6 +12,9 @@
default_build &&
+ # create static nodes dir if missing
+ mkdir -p /lib/udev/devices &&
+
# install the init.d script
# we cannot use automagic install via coretools
# since the udev script would be linked from rcX.d
More information about the Lunar-commits
mailing list