From 9139d7dda4da7c4f4d78fd1514f182696056cbb1 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 3 Oct 2022 20:43:34 +0200 Subject: pinentry-dmenu --- build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') diff --git a/build b/build index d317cec..fb83c4e 100755 --- a/build +++ b/build @@ -42,6 +42,8 @@ ln -s "$ST_DIR/st" "$HOME/bin" PE_DIR="$HOME/src/pinentry-dmenu" git clone https://git.tombarrett.xyz/git/pinentry-dmenu "$PE_DIR" +cp "$RC_DIR/pinentry-dmenu/config*" "$PE_DIR" + make -C "$PE_DIR" ln -s "$PE_DIR/pinentry-dmenu" "$HOME/bin" -- cgit v1.2.3