Makefile
changeset 2 c7cd77e9e42a
parent 1 05240b778be1
child 20 9b2c4e59b2a8
--- a/Makefile	Wed Jan 08 11:09:14 2014 +0100
+++ b/Makefile	Wed Jan 08 11:14:36 2014 +0100
@@ -4,7 +4,7 @@
 
 all:		mydump.8
 install:	all
-	install -m 0755 ${DESTDIR}${prefix}/mydump
+	install -m 0755 mydump ${DESTDIR}${prefix}/mydump
 
 clean:		; -rm -f ${CLEANFILES}