summaryrefslogtreecommitdiffstats
path: root/remote/modules/xorg
diff options
context:
space:
mode:
authorJonathan Bauer2013-06-13 14:23:42 +0200
committerJonathan Bauer2013-06-13 14:23:42 +0200
commit876012964f5dfbe67e04f3b4c184083f1c6442b0 (patch)
treee2db566dc770e0238486a54574a316616fb773b8 /remote/modules/xorg
parent[kdm] blacklist libGL.so.1 to prevent that if proprietary drivers are install... (diff)
parent[ConsoleKit] KDM can't live without ConsoleKit... Maybe look into lightdm aga... (diff)
downloadtm-scripts-876012964f5dfbe67e04f3b4c184083f1c6442b0.tar.gz
tm-scripts-876012964f5dfbe67e04f3b4c184083f1c6442b0.tar.xz
tm-scripts-876012964f5dfbe67e04f3b4c184083f1c6442b0.zip
Merge branch 'master' of git:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/xorg')
-rw-r--r--remote/modules/xorg/xorg.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/remote/modules/xorg/xorg.build b/remote/modules/xorg/xorg.build
index 5b1b0847..16e0bb5b 100644
--- a/remote/modules/xorg/xorg.build
+++ b/remote/modules/xorg/xorg.build
@@ -10,7 +10,9 @@ build() {
list_packet_files >> "$COPYLIST"
tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
- pdebug ....
+
+ # copy udev rules to correct location
+ [ -d "${MODULE_BUILD_DIR}/lib/udev" ] && mv "${MODULE_BUILD_DIR}/lib/udev" "${MODULE_BUILD_DIR}/usr/lib/"
}
post_copy() {