patch-install_pl 1.0 KB

1234567891011121314151617181920212223
  1. $OpenBSD: patch-install_pl,v 1.1 2007/07/30 15:30:27 steven Exp $
  2. --- install.pl.orig Wed May 7 03:17:45 1997
  3. +++ install.pl Sat Jul 28 12:55:51 2007
  4. @@ -500,12 +500,12 @@ if ( ! -e "$dest_libdir/docs/cbb-man/icons" ||
  5. print " Installing to $dest_bindir\n";
  6. print " Installing to $dest_libdir\n";
  7. -print " Installing to $dest_libdir" . "reports/\n";
  8. -print " Installing to $dest_libdir" . "graphs/\n";
  9. -print " Installing to $dest_libdir" . "images/\n";
  10. -print " Installing to $dest_libdir" . "contrib/\n";
  11. -print " Installing to $dest_libdir" . "docs/cbb-man/\n";
  12. -print " Installing to $dest_libdir" . "docs/cbb-man/icons/\n";
  13. +print " Installing to $dest_libdir" . "/reports/\n";
  14. +print " Installing to $dest_libdir" . "/graphs/\n";
  15. +print " Installing to $dest_libdir" . "/images/\n";
  16. +print " Installing to $dest_libdir" . "/contrib/\n";
  17. +print " Installing to $dest_libdir" . "/docs/cbb-man/\n";
  18. +print " Installing to $dest_libdir" . "/docs/cbb-man/icons/\n";
  19. print "\n";