From: Arkadiusz Miƛkiewicz Date: Tue, 22 Jan 2008 21:08:28 +0000 (+0000) Subject: - updated X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbugzilla.git;a=commitdiff_plain;h=5a8a65f49a5b9dcb2e9354730861c52baf4049e1 - updated Changed files: bugzilla-pld.patch -> 1.10 --- 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