File: 03_FIX_SITE_LOCATION.patch

package info (click to toggle)
colplot 5.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,668 kB
  • sloc: perl: 3,244; sh: 233; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- ori/colplot	2016-02-11 12:24:33.137160861 -0700
+++ new/colplot	2016-02-11 12:22:10.266003289 -0700
@@ -27,7 +27,7 @@ use Compress::Zlib;
 
 #    C o m m o n    I n i t i a l i z a t i o n
 
-my $LibDir='/usr/share/collectl';
+my $LibDir='/usr/share/colplot/site';
 
 my $Version="5.2.0";
 my $Copyright='Copyright 2004-2014 Hewlett-Packard Development Company, L.P.';