mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add a Makefile for the git-auth wrapper
Avoid manual editing of the wrapper script when a non-standard path is used. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
10ecd3982d
commit
124ad00997
5 changed files with 23 additions and 5 deletions
3
git-interface/git-auth.sh.in
Normal file
3
git-interface/git-auth.sh.in
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
%GIT_INTERFACE_DIR%/git-auth.py "$1" "$2"
|
Loading…
Add table
Add a link
Reference in a new issue