summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-10 23:59:40 +0200
committerlpsolit%gmail.com <>2007-05-10 23:59:40 +0200
commit7a584ece1eb334ecfdbba7a3d59b6e39646ba29f (patch)
tree2a6a236b03e03c77711ad524cecb0c3b3cbc2913 /Bugzilla/Constants.pm
parenta43f35c27c4c233d2a8f3461d231cd299a648b93 (diff)
downloadbugzilla-7a584ece1eb334ecfdbba7a3d59b6e39646ba29f.tar.gz
bugzilla-7a584ece1eb334ecfdbba7a3d59b6e39646ba29f.tar.xz
Bug 376908: Installation process should not assume skins are in the same directory as checksetup.pl - Patch by guillomovitch@zarb.org r/a=mkanat
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index c872cf77b..0e2635895 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -441,7 +441,7 @@ sub bz_locations {
'localconfig' => "$libpath/$localconfig",
'datadir' => "$libpath/$datadir",
'attachdir' => "$libpath/$datadir/attachments",
- 'skinsdir' => "$libpath/skins/contrib",
+ 'skinsdir' => "$libpath/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