summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-06-01 23:36:14 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-02 10:34:34 +0200
commit10ecd3982decc31bda251ec73d00d6a903a75f9f (patch)
treeacd7b8fb78ce116daae4efbfdb11582cbc35e51a /INSTALL
parent451e60d91d48d69ba6ae139794c5168804d59136 (diff)
downloadaurweb-10ecd3982decc31bda251ec73d00d6a903a75f9f.tar.xz
Restructure scripts
* Move scripts/git-integration/ to git-interface/. * Move scripts/aurblup/aurblup.py to scripts/aurblup.py. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 026d4b9..3aad515 100644
--- a/INSTALL
+++ b/INSTALL
@@ -28,12 +28,12 @@ Setup on Arch Linux
# mkdir /srv/http/aurweb/aur.git/
# cd /srv/http/aurweb/aur.git/
# git init --bare
- # ln -s ../../scripts/git-integration/git-update.py hooks/update
+ # ln -s ../../git-interface/git-update.py hooks/update
# chown -R aur .
7) Install the git-auth wrapper script:
- # cd /srv/http/aurweb/scripts/git-integration/
+ # cd /srv/http/aurweb/git-interface/
# cp git-auth.sh /usr/local/bin/aur-git-auth
# chmod 755 /usr/local/bin/aur-git-auth