scrollz-2.2-make-install.patch 714 B

12345678910111213141516171819202122232425
  1. From: Nathan Phillip Brink <binki@gentoo.org>
  2. Date: 2011-01-03
  3. Subject: [PATCH] Fix parallel make install.
  4. --- a/Makefile.in
  5. +++ b/Makefile.in
  6. @@ -179,7 +179,7 @@
  7. @(cd $(DESTDIR)/$(bindir) ; $(LN) scrollz-$(VERSION) scrollz)
  8. @cp doc/ScrollZ.doc $(DESTDIR)/$(IRCDOC)
  9. -installman: scrollz.1
  10. +installman: installdirs scrollz.1
  11. $(INSTALL) scrollz.1 $(DESTDIR)/$(mandir)
  12. installserv: installio
  13. @@ -197,7 +197,7 @@
  14. $(DESTDIR)/$(INSTALL_SCRIPT) \
  15. $(DESTDIR)/$(HELP_DIR) $(DESTDIR)/$(IRCDOC) $(DESTDIR)/$(mandir)
  16. -installhelp:
  17. +installhelp: installdirs
  18. $(INSTALL_HELP_CMD)
  19. find $(DESTDIR)/$(HELP_DIR) -type d -print | xargs chmod a+rx
  20. find $(DESTDIR)/$(HELP_DIR) -type f -print | xargs chmod a+r