1e06dd30cc
ok ajacoutot
23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
$OpenBSD: patch-install_pl,v 1.1 2007/07/30 15:30:27 steven Exp $
|
|
--- install.pl.orig Wed May 7 03:17:45 1997
|
|
+++ install.pl Sat Jul 28 12:55:51 2007
|
|
@@ -500,12 +500,12 @@ if ( ! -e "$dest_libdir/docs/cbb-man/icons" ||
|
|
|
|
print " Installing to $dest_bindir\n";
|
|
print " Installing to $dest_libdir\n";
|
|
-print " Installing to $dest_libdir" . "reports/\n";
|
|
-print " Installing to $dest_libdir" . "graphs/\n";
|
|
-print " Installing to $dest_libdir" . "images/\n";
|
|
-print " Installing to $dest_libdir" . "contrib/\n";
|
|
-print " Installing to $dest_libdir" . "docs/cbb-man/\n";
|
|
-print " Installing to $dest_libdir" . "docs/cbb-man/icons/\n";
|
|
+print " Installing to $dest_libdir" . "/reports/\n";
|
|
+print " Installing to $dest_libdir" . "/graphs/\n";
|
|
+print " Installing to $dest_libdir" . "/images/\n";
|
|
+print " Installing to $dest_libdir" . "/contrib/\n";
|
|
+print " Installing to $dest_libdir" . "/docs/cbb-man/\n";
|
|
+print " Installing to $dest_libdir" . "/docs/cbb-man/icons/\n";
|
|
print "\n";
|
|
|
|
|