aboutsummaryrefslogtreecommitdiffstats
path: root/wire-desktop/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-25 20:26:15 +0200
committerMattias Andrée <maandree@kth.se>2021-06-25 20:26:15 +0200
commit23357137da2d5dcf6d2fbc523a7bc45950e3b609 (patch)
treeadfe7ad901de6a80034e8591011991b2f32734aa /wire-desktop/Makefile
parentLink ~/.config/backgrounds to ~/.dotfiles/.secrets/backgrounds (diff)
downloaddotfiles-23357137da2d5dcf6d2fbc523a7bc45950e3b609.tar.gz
dotfiles-23357137da2d5dcf6d2fbc523a7bc45950e3b609.tar.bz2
dotfiles-23357137da2d5dcf6d2fbc523a7bc45950e3b609.tar.xz
Create ~/.var/opt and move ~/.var/{element,signal,wire} into ~/.var/opt
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'wire-desktop/Makefile')
-rw-r--r--wire-desktop/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/wire-desktop/Makefile b/wire-desktop/Makefile
index 28fea15..41e4b5a 100644
--- a/wire-desktop/Makefile
+++ b/wire-desktop/Makefile
@@ -2,10 +2,10 @@
include ../common.mk
install:
- test -f ~/.var/wire/WireCrypt.img
- test -f ~/.var/wire/WireCrypt.key
- mkdir -p -- ~/.var/wire/WireCrypt.d
- test -e ~/.config/Wire || ln -sf -- ../.var/wire/WireCrypt.d/Wire ~/.config/Wire
+ test -f ~/.var/opt/wire/WireCrypt.img
+ test -f ~/.var/opt/wire/WireCrypt.key
+ mkdir -p -- ~/.var/opt/wire/WireCrypt.d
+ test -e ~/.config/Wire || ln -sf -- ../.var/opt/wire/WireCrypt.d/Wire ~/.config/Wire
$(CHECK_INSTALLED) asroot
$(CHECK_INSTALLED) gnupg
$(CHECK_INSTALLED) cryptsetup