blob: 6aa7c07f409c2ab1df38d33ee2cbeb50fa82d4d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/Makefile b/Makefile
index ebbd53a..9c1762e 100644
--- a/Makefile
+++ b/Makefile
@@ -151,6 +151,7 @@ stripped: all
INSTALL_DIR=$(DESTDIR)$(PREFIX)/share/eureka
install: all
+ install -d $(PREFIX)/bin
install -m 755 $(PROGRAM) $(DESTDIR)$(PREFIX)/bin/
install -d $(INSTALL_DIR)/games
install -d $(INSTALL_DIR)/common
|