summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorMichael Neves2013-06-12 18:54:19 +0200
committerMichael Neves2013-06-12 18:54:19 +0200
commit4eb0bb893fa57c3ddd7af7f529a98e0c96456a75 (patch)
tree16a515527119d19a1884131dd5bfaf2290ca8376 /remote/modules
parent[alsa] add modprobe conf files (diff)
downloadtm-scripts-4eb0bb893fa57c3ddd7af7f529a98e0c96456a75.tar.gz
tm-scripts-4eb0bb893fa57c3ddd7af7f529a98e0c96456a75.tar.xz
tm-scripts-4eb0bb893fa57c3ddd7af7f529a98e0c96456a75.zip
[xorg] udev rules are copied to correct location now
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/xorg/xorg.build4
-rw-r--r--remote/modules/xorg/xorg.conf3
2 files changed, 5 insertions, 2 deletions
diff --git a/remote/modules/xorg/xorg.build b/remote/modules/xorg/xorg.build
index 5b1b0847..976f4615 100644
--- a/remote/modules/xorg/xorg.build
+++ b/remote/modules/xorg/xorg.build
@@ -16,5 +16,9 @@ build() {
post_copy() {
mkdir -p "${TARGET_BUILD_DIR}/etc/X11"
[ ! -e ${TARGET_BUILD_DIR}/etc/X11/X ] && ln -s /usr/bin/Xorg ${TARGET_BUILD_DIR}/etc/X11/X
+ #copy udev rules to correct location
+ cd "${MODULE_BUILD_DIR}"
+ tarcopy "lib/udev" "${TARGET_BUILD_DIR}/usr/"
+ cd - >/dev/null
}
diff --git a/remote/modules/xorg/xorg.conf b/remote/modules/xorg/xorg.conf
index 81b5530b..50eec4c8 100644
--- a/remote/modules/xorg/xorg.conf
+++ b/remote/modules/xorg/xorg.conf
@@ -40,7 +40,6 @@ REQUIRED_BINARIES=" Xorg
xkbbell
xkbevd
vmmouse_detect"
-REQUIRED_DIRECTORIES=" /lib/udev
- /usr/lib
+REQUIRED_DIRECTORIES=" /usr/lib
/usr/share/X11"
REQUIRED_FILES=""