commit 6bb9c7733e17c917f8bcdd6e0ea3c3a6e3338af7
parent fe08dcdeb94a3eb772406fd57bef83b58a3d9e69
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 20 Oct 2013 15:09:11 +0200
Make the installation work.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -16,7 +16,7 @@ dist:
 install: all
 	@echo installing script to ${DESTDIR}${PREFIX}/bin
 	@mkdir -p ${DESTDIR}${PREFIX}/bin
-	@cp -f hosts-gen ${DESTDIR}${PREFIX}/bin
+	@cp -f bin/hosts-gen ${DESTDIR}${PREFIX}/bin
 	@chmod 755 ${DESTDIR}${PREFIX}/bin/hosts-gen
 	@echo installing ${DESTDIR}${PREFIX}/etc/hosts.d
 	@mkdir -p ${DESTDIR}${PREFIX}/etc/hosts.d