From 3a37aa0b0a6551d4bc8ed4e90652b7bf60beef2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jes=C3=BAs=20Arroyo=20Torrens?= <jesus.arroyo@bq.com>
Date: Thu, 3 Sep 2015 22:07:17 +0200
Subject: Icebox Makefile install section fixed

---
 icebox/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/icebox/Makefile b/icebox/Makefile
index 1cf40da..72c98b9 100644
--- a/icebox/Makefile
+++ b/icebox/Makefile
@@ -16,6 +16,7 @@ clean:
 
 install: all
 	mkdir -p $(DESTDIR)/share/icebox
+	mkdir -p $(DESTDIR)/bin
 	cp chipdb-1k.txt     $(DESTDIR)/share/icebox/
 	cp chipdb-8k.txt     $(DESTDIR)/share/icebox/
 	cp icebox.py         $(DESTDIR)/bin/icebox.py
-- 
cgit v1.2.3