Install 99-dri.rules properly
[profile/ivi/udev-rules.git] / netbook / Makefile
1
2 RULES = $(wildcard *.rules)
3 UDEV_LIB_DIR = usr/lib/udev
4
5 install:
6         mkdir -p $(DESTDIR)/$(UDEV_LIB_DIR)/rules.d
7         install -m 0644 $(RULES) $(DESTDIR)/$(UDEV_LIB_DIR)/rules.d