summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mason.configure2
-rw-r--r--mason/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mason.configure b/mason.configure
index e0be6b2e..ba13a510 100644
--- a/mason.configure
+++ b/mason.configure
@@ -50,7 +50,7 @@ mkdir -p "$ROOT/usr/lib/mason-setup"
cp mason/share/* "$ROOT/usr/share/mason-setup"
cp -r mason/ansible "$ROOT/usr/lib/mason-setup/"
-ln -s ../mason-setup.service "$ROOT"/etc/systemd/system/multi-user.target.wants/mason-setup.service
+ln -sf ../mason-setup.service "$ROOT"/etc/systemd/system/multi-user.target.wants/mason-setup.service
##########################################################################
# Check variables
diff --git a/mason/Makefile b/mason/Makefile
index daecb04c..0a3f4b2c 100644
--- a/mason/Makefile
+++ b/mason/Makefile
@@ -5,4 +5,4 @@
install:
- (cd .. && ./mason.configure /)
+ (cd .. && sh ./mason.configure /)