From ccff248264ff717d515f753e460769b9bf33b38d Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 28 May 2014 12:28:18 +0800 Subject: Bug 1016199: move skins/assets to data/assets r=dkl, a=justdave --- Bugzilla/Constants.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 8b980c0b1..74062df63 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -682,6 +682,7 @@ sub _bz_locations { # The script should really generate these graphs directly... 'webdotdir' => "$datadir/webdot", 'extensionsdir' => "$libpath/extensions", + 'assetsdir' => "$datadir/assets", }; } -- cgit v1.2.3-24-g4f1b