summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2022-10-03 20:43:34 +0200
committerTom Barrett <tom@tombarrett.xyz>2022-10-03 20:43:34 +0200
commit9139d7dda4da7c4f4d78fd1514f182696056cbb1 (patch)
treec432bdddd999f00f62044c3abf4d48c7db25750b /build
parent727c5167e71e594d7f0987fd999adaf43868b910 (diff)
pinentry-dmenu
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"