From 7ca519190e5be40ccae0d8b12a17c36e5469e230 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 7 Nov 2021 11:20:10 +0100 Subject: works for nix now too --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index a8e38e9..c83817a 100755 --- a/build +++ b/build @@ -40,7 +40,7 @@ ln -s "$ST_DIR/st" "$HOME/bin" # pinentry-dmenu setup PE_DIR="$HOME/src/pinentry-dmenu" -git clone https://git.tombarrett.xyz/tom/st "$PE_DIR" +git clone https://git.tombarrett.xyz/tom/pinentry-dmenu "$PE_DIR" make -C "$PE_DIR" -- cgit v1.2.3