From 231ab734044af347a6b2bf6baaef14edf0d9d1c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 8 Dec 2012 12:51:10 +0100 Subject: [PATCH] Fix the syntax. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e93279..2556641 100644 --- a/Makefile +++ b/Makefile @@ -50,11 +50,11 @@ install-base: compress install -p README.md $(DESTDIR)$(DOCDIR) mkdir -p $(DESTDIR)$(MISCDIR) for file in {usb,pci}.ids{,.gz} {oui,iab}.txt; do \ - install -p $$file $(DESTDIR)$(MISCDIR) + install -p $$file $(DESTDIR)$(MISCDIR); \ done install-hwdb: mkdir -p $(DESTDIR)$(HWDBDIR) for file in udev/*.hwdb; do \ - install -p $$file $(DESTDIR)$(HWDBDIR) + install -p $$file $(DESTDIR)$(HWDBDIR); \ done -- 2.25.1