diff options
Diffstat (limited to 'sci-chemistry/psi/files/3.4.0-man_paths.patch')
-rw-r--r-- | sci-chemistry/psi/files/3.4.0-man_paths.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/psi/files/3.4.0-man_paths.patch b/sci-chemistry/psi/files/3.4.0-man_paths.patch index 02cced160847..51917c4decda 100644 --- a/sci-chemistry/psi/files/3.4.0-man_paths.patch +++ b/sci-chemistry/psi/files/3.4.0-man_paths.patch @@ -2,8 +2,8 @@ Fix man paths http://bugs.gentoo.org/show_bug.cgi?id=326185 ---- src/bin/nonbonded/Makefile.in -+++ src/bin/nonbonded/Makefile.in +--- a/src/bin/nonbonded/Makefile.in ++++ b/src/bin/nonbonded/Makefile.in @@ -19,5 +19,5 @@ endif @@ -12,8 +12,8 @@ http://bugs.gentoo.org/show_bug.cgi?id=326185 - $(INSTALL_INCLUDE) $^ $(mandir)/man1 + $(MKDIRS) $(DESTDIR)$(mandir)/man1 + $(INSTALL_INCLUDE) $^ $(DESTDIR)$(mandir)/man1 ---- src/bin/intder/Makefile.in -+++ src/bin/intder/Makefile.in +--- a/src/bin/intder/Makefile.in ++++ b/src/bin/intder/Makefile.in @@ -21,6 +21,6 @@ endif |