[aur-dev] [PATCH] INSTALL: Allow access to home directory

Marcel Korpel marcel.lists at gmail.com
Wed Dec 5 12:05:36 EST 2012


---
 INSTALL | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/INSTALL b/INSTALL
index 76df42b..d682eda 100644
--- a/INSTALL
+++ b/INSTALL
@@ -69,6 +69,9 @@ Setup on Arch Linux:
    $ mysql -uaur -p AUR < ~/aur/support/schema/aur-schema.sql
    (give password 'aur' at the prompt)

+ - Allow access to home directory (otherwise you'll get a 403 Forbidden error)
+   $ chmod o+x $HOME
+
  - Optionally load some test data for development purposes.
    # pacman -S words fortune-mod
    $ cd ~/aur/support/schema/
-- 
1.8.0.1


More information about the aur-dev mailing list