diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2022-10-03 20:43:34 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2022-10-03 20:43:34 +0200 |
commit | 9139d7dda4da7c4f4d78fd1514f182696056cbb1 (patch) | |
tree | c432bdddd999f00f62044c3abf4d48c7db25750b /build | |
parent | 727c5167e71e594d7f0987fd999adaf43868b910 (diff) |
pinentry-dmenu
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |