summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/md5deep/files/md5deep-2.0.1-install.patch')
-rw-r--r--app-crypt/md5deep/files/md5deep-2.0.1-install.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-crypt/md5deep/files/md5deep-2.0.1-install.patch b/app-crypt/md5deep/files/md5deep-2.0.1-install.patch
new file mode 100644
index 000000000000..b5f365ef4a26
--- /dev/null
+++ b/app-crypt/md5deep/files/md5deep-2.0.1-install.patch
@@ -0,0 +1,14 @@
+--- Makefile.am
++++ Makefile.am
+@@ -17,8 +17,9 @@
+
+ # We erase the old man pages, just in case they might be symbolic links
+ # (symbolic links were used in a previous release)
+-install-exec-hook: update-manpages
+- rm -f ${man1dir}/${ALL_GOALS}deep.1
++install-man: update-manpages
++ rm -f $(DESTDIR)${man1dir}/${ALL_GOALS}deep.1
++ $(MAKE) install-man1
+
+ update-manpages: md5deep.1
+ cp $< sha1deep.1