diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:50:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:50:16 +0000 |
commit | 52e752a53566e763a2fab74746070fad3ccac7ee (patch) | |
tree | a5574e6cd8a7a40961cd784639a92fdd462c1638 /convmv-2.0-preserve-timestamps.patch | |
parent | 960a2bed4a9443116f3813ac3639f9ae3e4f7ae9 (diff) |
automatic import of convmvopeneuler24.03_LTS
Diffstat (limited to 'convmv-2.0-preserve-timestamps.patch')
-rw-r--r-- | convmv-2.0-preserve-timestamps.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/convmv-2.0-preserve-timestamps.patch b/convmv-2.0-preserve-timestamps.patch new file mode 100644 index 0000000..c4ec704 --- /dev/null +++ b/convmv-2.0-preserve-timestamps.patch @@ -0,0 +1,12 @@ +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 |