From 1ef2b6f22c2ed27f3e35b22a86e9e3789cfa48da Mon Sep 17 00:00:00 2001
From: Jari Vetoniemi <mailroxas@gmail.com>
Date: Sun, 1 Oct 2017 00:23:46 +0300
Subject: Fix install rule

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 296c758..bc29160 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ uneaf: private LDLIBS += $(shell pkg-config --libs-only-l zlib)
 uneaf: src/bin/fw/uneaf.c
 
 install-bin: $(bins)
-	install -Dm755 $^ "$(DESTDIR)$(PREFIX)$(bindir)"
+	install -Dm755 $^ -t "$(DESTDIR)$(PREFIX)$(bindir)"
 
 install: install-bin
 
-- 
cgit v1.2.3-70-g09d2