Browse Source
* nix/scripts/authenticate.in: Remove. * nix/local.mk (nodist_pkglibexec_SCRIPTS): Remove scripts/authenticate. * config-daemon.ac: Don't output 'nix/scripts/authenticate'. * nix/libstore/local-store.cc (runAuthenticationProgram): Run 'guix authenticate'.wip-system-bootstrap

4 changed files with 3 additions and 18 deletions
@ -1,11 +0,0 @@ |
|||
#!@SHELL@ |
|||
# A shorthand for "guix authenticate", for use by the daemon. |
|||
|
|||
if test "x$GUIX_UNINSTALLED" = "x" |
|||
then |
|||
prefix="@prefix@" |
|||
exec_prefix="@exec_prefix@" |
|||
exec "@bindir@/guix" authenticate "$@" |
|||
else |
|||
exec guix authenticate "$@" |
|||
fi |
Loading…
Reference in new issue