summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
authorelij <elij.mx@gmail.com>2011-05-29 23:33:37 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-06-22 15:15:04 +0200
commit888db089c515270fd5cd9a9bedd217110f43bc4c (patch)
treee31d78b517c5b849a91c56883dcff179fd3c3164 /UPGRADING
parent023d2a2521306be2c68f7cf1514bfc50bb250c04 (diff)
downloadaur-888db089c515270fd5cd9a9bedd217110f43bc4c.tar.gz
aur-888db089c515270fd5cd9a9bedd217110f43bc4c.tar.xz
rename *.inc files to *.inc.php and adjust imports and references
Lukas: Add note to "UPGRADING". Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 3 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 813f87f4..ad7ad96c 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -13,7 +13,9 @@ each AUR upgrade by running `make install` in the "po/" directory.
ALTER TABLE Users DROP COLUMN NewPkgNotify;
----
-3. Merge "web/lib/config.inc.proto" with "web/lib/config.inc".
+3. Rename "web/lib/config.inc" to "web/lib/config.inc.php".
+
+4. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php".
From 1.8.1 to 1.8.2
-------------------