aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-12-08 12:48:58 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-12-08 12:48:58 +0100
commiteb5da1649f20167b4f60c8615bb393d015c93da9 (patch)
tree64987e3d597635ba4c3fea645cc84e66818a5f11
parentFix makefile. (diff)
downloadhwids-eb5da1649f20167b4f60c8615bb393d015c93da9.tar.gz
hwids-eb5da1649f20167b4f60c8615bb393d015c93da9.tar.bz2
hwids-eb5da1649f20167b4f60c8615bb393d015c93da9.zip
And the install target's name.hwids-20121208.4
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)