You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/psi/files/3.4.0-man_paths.patch

26 lines
611 B

Fix man paths
http://bugs.gentoo.org/show_bug.cgi?id=326185
--- a/src/bin/nonbonded/Makefile.in
+++ b/src/bin/nonbonded/Makefile.in
@@ -19,5 +19,5 @@
endif
install_man:: nonbonded.1
- $(MKDIRS) $(mandir)/man1
- $(INSTALL_INCLUDE) $^ $(mandir)/man1
+ $(MKDIRS) $(DESTDIR)$(mandir)/man1
+ $(INSTALL_INCLUDE) $^ $(DESTDIR)$(mandir)/man1
--- a/src/bin/intder/Makefile.in
+++ b/src/bin/intder/Makefile.in
@@ -21,6 +21,6 @@
endif
install_man:: intder.1
- $(MKDIRS) $(mandir)/man1
- $(INSTALL_INCLUDE) $^ $(mandir)/man1
+ $(MKDIRS) $(DESTDIR)$(mandir)/man1
+ $(INSTALL_INCLUDE) $^ $(DESTDIR)$(mandir)/man1