convmv/convmv-2.0-preserve-timestamps.patch
Petr Šabata 870fd2bf19 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/convmv#e81486d22085eb7f0b7a6f43fb786183a2542772
2020-10-14 23:13:11 +02:00

13 lines
532 B
Diff

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