From 5a8a65f49a5b9dcb2e9354730861c52baf4049e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 22 Jan 2008 21:08:28 +0000 Subject: [PATCH] - updated Changed files: bugzilla-pld.patch -> 1.10 --- bugzilla-pld.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bugzilla-pld.patch b/bugzilla-pld.patch index 7944f4d..57becf8 100644 --- a/bugzilla-pld.patch +++ b/bugzilla-pld.patch @@ -47,11 +47,11 @@ - 'localconfig' => "$libpath/$localconfig", - 'datadir' => "$libpath/$datadir", - 'attachdir' => "$libpath/$datadir/attachments", -- 'skinsdir' => "$libpath/skins/contrib", +- 'skinsdir' => "$libpath/skins", + 'localconfig' => "/etc/webapps/bugzilla/$localconfig", + 'datadir' => "/var/lib/bugzilla/$datadir", + 'attachdir' => "/var/lib/bugzilla/$datadir/attachments", -+ 'skinsdir' => "/usr/share/bugzilla/htdocs/skins/contrib", ++ 'skinsdir' => "/usr/share/bugzilla/htdocs/skins", # $webdotdir must be in the webtree somewhere. Even if you use a # local dot, we output images to there. Also, if $webdotdir is # not relative to the bugzilla root directory, you'll need to -- 2.43.0