summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 36aad30..86eb7c6 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,7 @@ install:
 	@echo
 	@echo Copying files...
 	install -m755 target/release/clinte $(BINDIR)
-	touch $(DBDIR)/clinte.db
-	chmod 755 $(DBDIR)/clinte.db
+	chmod 777 $(DBDIR)
 	@echo
 	@echo ...Done!