summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-31 10:45:17 +0000
committerBen Brewer <ben.brewer@codethink.co.uk>2012-10-31 10:45:17 +0000
commita53228f6b1b32d0405c0c3c8e0861d6202ffbba2 (patch)
treedf68e37a27ae501a21599f143f608ac7f246a79c
parentf8d45c9d14c58a44f3900c42853b2f9f279265e3 (diff)
downloadofono-baserock/morph.tar.gz
Correctly use $DESTDIR in service installbaserock/morph
-rw-r--r--ofono.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/ofono.morph b/ofono.morph
index c4816fde..ddc0df65 100644
--- a/ofono.morph
+++ b/ofono.morph
@@ -9,7 +9,7 @@
],
"install-commands": [
"make install",
- "mkdir -p /etc/systemd/system/multi-user.target.wants",
- "ln -s /lib/systemd/system/ofono.service /etc/systemd/system/multi-user.target.wants/ofono.service"
+ "mkdir -p \"$DESTDIR/etc/systemd/system/multi-user.target.wants\"",
+ "ln -s /lib/systemd/system/ofono.service \"$DESTDIR/etc/systemd/system/multi-user.target.wants/ofono.service\""
]
}