Fix the makefile to install to correct dir (/usr/lib/udev) 1.0 1.0_branch 20120703.1331 accepted/tizen/20131122.203300 submit/tizen/20131121.213112
authorGraydon, Tracy <tracy.graydon@intel.com>
Tue, 3 Jul 2012 20:33:15 +0000 (13:33 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Tue, 3 Jul 2012 20:33:15 +0000 (13:33 -0700)
netbook/Makefile
packaging/udev-rules.changes

index 544613c..b2f9298 100644 (file)
@@ -1,6 +1,7 @@
 
 RULES = $(wildcard *.rules)
+UDEV_LIB_DIR = usr/lib/udev
 
 install:
-       mkdir -p $(DESTDIR)/lib/udev/rules.d
-       install -m 0644 $(RULES) $(DESTDIR)/lib/udev/rules.d
+       mkdir -p $(DESTDIR)/$(UDEV_LIB_DIR)/rules.d
+       install -m 0644 $(RULES) $(DESTDIR)/$(UDEV_LIB_DIR)/rules.d
index abdc45b..cfb81bb 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Jul  3 20:32:12 UTC 2012 - tracy.graydon@intel.com
+- Fix the makefile lib dir (/usr/lib/udev) 
+
 * Tue Jul  3 18:05:08 UTC 2012 - tracy.graydon@intel.com
 - Update udev install dir to /usr/lib/udev
 - Remove a couple of old MeeGo references and clean up description in spec