summaryrefslogtreecommitdiff
path: root/pkg/riseupvpn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/riseupvpn/Makefile')
-rw-r--r--pkg/riseupvpn/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/riseupvpn/Makefile b/pkg/riseupvpn/Makefile
index 58079cc6..6c0e5855 100644
--- a/pkg/riseupvpn/Makefile
+++ b/pkg/riseupvpn/Makefile
@@ -3,13 +3,13 @@
# We have to use classic confinement because it does not seem to be another way, at the moment,
# to use policykit.
-build: helpers
- # for speeding up build, see https://tribaal.io/making-lxd-fly-on-ubuntu-as-well.html
- sudo snapcraft cleanbuild
helpers:
./pack_installers
+build: helpers
+ # for speeding up build, see https://tribaal.io/making-lxd-fly-on-ubuntu-as-well.html
+ cd ../.. && sudo snapcraft cleanbuild
install:
- sudo snap install riseup-vpn_*.snap --dangerous --classic
+ cd ../.. && sudo snap install riseup-vpn_*.snap --dangerous --classic
uninstall:
sudo snap remove riseup-vpn
deps: