From eb5da1649f20167b4f60c8615bb393d015c93da9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 8 Dec 2012 12:48:58 +0100 Subject: [PATCH] And the install target's name. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1