From: Diego Elio Pettenò Date: Sat, 8 Dec 2012 11:48:58 +0000 (+0100) Subject: And the install target's name. X-Git-Tag: hwids-20121208.4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb5da1649f20167b4f60c8615bb393d015c93da9;p=oweals%2Fhwids.git And the install target's name. --- diff --git a/Makefile b/Makefile index ce19eca..6e93279 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ install-base: compress install -p $$file $(DESTDIR)$(MISCDIR) done -install-udev: +install-hwdb: mkdir -p $(DESTDIR)$(HWDBDIR) for file in udev/*.hwdb; do \ install -p $$file $(DESTDIR)$(HWDBDIR)