abf5d57
diff -up convmv-2.0/Makefile.preserve-timestamps convmv-2.0/Makefile
abf5d57
--- convmv-2.0/Makefile.preserve-timestamps	2008-11-29 14:49:38.000000000 +0100
abf5d57
+++ convmv-2.0/Makefile	2015-05-19 11:10:32.519796351 +0200
abf5d57
@@ -11,7 +11,7 @@ install: all
abf5d57
 	mkdir -p $(DESTDIR)$(MANDIR)/man1/
abf5d57
 	mkdir -p $(DESTDIR)$(PREFIX)/bin/
abf5d57
 	cp convmv.1.gz $(DESTDIR)$(MANDIR)/man1/
abf5d57
-	install -m 755 convmv $(DESTDIR)$(PREFIX)/bin/
abf5d57
+	install -p -m 755 convmv $(DESTDIR)$(PREFIX)/bin/
abf5d57
 
abf5d57
 manpage:
abf5d57
 	pod2man --section 1 --center=" " convmv | gzip > convmv.1.gz