move upgrades to new location

This commit is contained in:
Graham Knop 2010-03-11 09:56:24 -06:00
parent e4d533ec7f
commit cb6c9a2a0f
4 changed files with 1 additions and 1 deletions

View file

@ -49,7 +49,7 @@ BEGIN {
spectreConfig => catfile($root, 'etc', 'spectre.conf'),
preloadCustom => catfile($root, 'etc', 'preload.custom'),
preloadExclusions => catfile($root, 'etc', 'preload.exclude'),
upgrades => catdir($root, 'docs', 'upgrades'),
upgrades => catdir($root, 'var', 'upgrades'),
extras => catdir($root, 'www', 'extras'),
defaultUploads => catdir($root, 'www', 'uploads'),
defaultCreateSQL => catdir($root, 'docs', 'create.sql'),