into the NetBSD Packages Collection. Managing access rights in RT can be cumbersome, and RTx::RightsMatrix aims at making the RT administrator's life easier by providing an efficient GUI to manage rights.
14 lines
455 B
Text
14 lines
455 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/05/01 09:43:11 cube Exp $
|
|
|
|
--- inc/Module/Install/RTx.pm.orig 2005-09-27 00:23:22.000000000 +0200
|
|
+++ inc/Module/Install/RTx.pm
|
|
@@ -29,7 +29,8 @@ sub RTx {
|
|
|
|
if ($prefix) {
|
|
$RT::LocalPath = $prefix;
|
|
- $INC{'RT.pm'} = "$RT::LocalPath/lib/RT.pm";
|
|
+ $RT::LocalHtmlPath = "$prefix/share/rt3/html";
|
|
+ $INC{'RT.pm'} = "$RT::LocalPath/lib/rt3/RT.pm";
|
|
}
|
|
else {
|
|
local @INC = (
|