summaryrefslogtreecommitdiffstats
path: root/web/README
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-04-05 11:31:12 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-04-05 11:31:12 +0200
commit8b4b2d207e8b1ff1a9ad13ace726ac7ff1510a29 (patch)
tree4ac979f9c7fdf81ee47e74431bece72a03e10250 /web/README
parentd142ca405301c88f9467ba2aa9534952d336095e (diff)
downloadaur-8b4b2d207e8b1ff1a9ad13ace726ac7ff1510a29.tar.gz
aur-8b4b2d207e8b1ff1a9ad13ace726ac7ff1510a29.tar.xz
Remove File_Find PEAR module from code base.
We removed the code depending on this a long time ago - drop it and add some note to "UPGRADING". Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/README')
-rw-r--r--web/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/README b/web/README
index d4991bde..9bd3ecb9 100644
--- a/web/README
+++ b/web/README
@@ -45,16 +45,16 @@ Setup on Arch Linux:
If those php extensions are separate packages on your system, install
them.
- AUR requires PEAR and the File_Find module.
+ AUR requires PEAR and the Archive_Tar module.
Installing PEAR will vary depending on the system and may already
be included with PHP. You can also find it in the PHP source
distribution.
PHP sources: http://www.php.net/downloads.php
- File_Find PEAR module: http://pear.php.net/package/File_Find
+ Archive_Tar PEAR module: http://pear.php.net/package/Archive_Tar
- - Install the File_Find PEAR package:
- # pear install File_Find
+ - Install the Archive_Tar PEAR package:
+ # pear install Archive_Tar
- Put PEAR in your php include_path in php.ini: