From 5dd8b9aa1117d7362bf3beb475e6a18a1d3c31fd Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Tue, 31 May 2011 16:48:05 +0900 Subject: [PATCH] Fix install path for udevdir If PCMCIA enabled, udevdir value override from /lib/udev to $(libexecdir)/udev. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 175f8c9d0..5325d6deb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -355,8 +355,6 @@ EXTRA_DIST += scripts/bluetooth.rules \ scripts/bluetooth-hid2hci.rules scripts/bluetooth-serial.rules if PCMCIA -udevdir = $(libexecdir)/udev - dist_udev_SCRIPTS = scripts/bluetooth_serial endif -- 2.47.3