aboutsummaryrefslogtreecommitdiffstats
path: root/sshexec/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-01 19:26:05 +0100
committerMattias Andrée <m@maandree.se>2025-03-01 19:26:05 +0100
commit2574c4cabc34756eb124e69d6a8e0ffeaa56a44f (patch)
tree0b6bc70a0d2bd5cb3879eb7b998b4ea17b053575 /sshexec/Makefile
parentm (diff)
downloaddotfiles-2574c4cabc34756eb124e69d6a8e0ffeaa56a44f.tar.gz
dotfiles-2574c4cabc34756eb124e69d6a8e0ffeaa56a44f.tar.bz2
dotfiles-2574c4cabc34756eb124e69d6a8e0ffeaa56a44f.tar.xz
...
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'sshexec/Makefile')
-rw-r--r--sshexec/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sshexec/Makefile b/sshexec/Makefile
new file mode 100644
index 0000000..c2be226
--- /dev/null
+++ b/sshexec/Makefile
@@ -0,0 +1,10 @@
+.POSIX:
+
+install:
+ mkdir -p -- ~/.local/bin
+ test ! -e ~/.local/bin/sshexec-archiso || test -L ~/.local/bin/sshexec-archiso
+ ln -sf -- ~/.dotfiles/sshexec/sshexec-archiso ~/.local/bin/sshexec-archiso
+
+uninstall:
+ +! ../check-installed sshexec
+ -unlink -- ~/.local/bin/sshexec-archiso