summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
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"