diff options
| author | Michael Neves | 2013-06-13 14:05:58 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-06-13 14:05:58 +0200 |
| commit | 88d1277c8286c88e7adb1fe0db5d1d0add90d2a2 (patch) | |
| tree | fed4d89deba281e09624e9e7bd0010384fef46df /remote/modules/xorg | |
| parent | [kernel] fix copying firmware (diff) | |
| download | tm-scripts-88d1277c8286c88e7adb1fe0db5d1d0add90d2a2.tar.gz tm-scripts-88d1277c8286c88e7adb1fe0db5d1d0add90d2a2.tar.xz tm-scripts-88d1277c8286c88e7adb1fe0db5d1d0add90d2a2.zip | |
Revert Revert '[xorg] udev rules are copied to correct location now'
Diffstat (limited to 'remote/modules/xorg')
| -rw-r--r-- | remote/modules/xorg/xorg.build | 4 |
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() { |
