[aur-dev] [PATCH] Minor correction in INSTALL

Lukas Fleischer lfleischer at archlinux.org
Sat Oct 10 16:50:56 UTC 2015


On Sat, 10 Oct 2015 at 18:35:57, Ian D. Scott wrote:
> ---
>  INSTALL | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/INSTALL b/INSTALL
> index d68fa26..b151e27 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -46,7 +46,7 @@ Setup on Arch Linux
>      # mkdir /srv/http/aurweb/aur.git/
>      # cd /srv/http/aurweb/aur.git/
>      # git init --bare
> -    # ln -s ../../git-interface/git-update.py hooks/update
> +    # ln -s ../git-interface/git-update.py hooks/update

Could you explain this, please? The update hook is placed under
/srv/http/aurweb/aur.git/hooks/update and should point to
/srv/http/aurweb/aur.git/git-interface/git-update.py, so the "../../"
prefix seems correct.

>      # chown -R aur .
>  
>  7) Install the git-auth wrapper script:
> -- 
> 2.6.1


More information about the aur-dev mailing list