summaryrefslogtreecommitdiffstats
path: root/rules/smartmontools.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-04-07 09:40:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:22:10 +0200
commit3c1eead4c6e4d16b589a285748f0243f4a872c9f (patch)
treeef5668f3d7ea930794348c3ff78e688a7f92d1c8 /rules/smartmontools.make
parentb3cb06d1cbefd40fe87ffd6439399f8f051b2b11 (diff)
downloadptxdist-3c1eead4c6e4d16b589a285748f0243f4a872c9f.tar.gz
ptxdist-3c1eead4c6e4d16b589a285748f0243f4a872c9f.tar.xz
smartmontools: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/smartmontools.make')
-rw-r--r--rules/smartmontools.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/smartmontools.make b/rules/smartmontools.make
index df01cfa2e..865ade39f 100644
--- a/rules/smartmontools.make
+++ b/rules/smartmontools.make
@@ -33,7 +33,7 @@ SMARTMONTOOLS_CONF_TOOL := autoconf
SMARTMONTOOLS_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--disable-sample \
- --with-systemdsystemunitdir=/lib/systemd/system \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
--without-selinux \
--without-libcap-ng
@@ -70,9 +70,9 @@ endif
endif
ifdef PTXCONF_SMARTMONTOOLS_SYSTEMD_UNIT
@$(call install_copy, smartmontools, 0, 0, 0644, -, \
- /lib/systemd/system/smartd.service)
+ /usr/lib/systemd/system/smartd.service)
@$(call install_link, smartmontools, ../smartd.service, \
- /lib/systemd/system/multi-user.target.wants/smartd.service)
+ /usr/lib/systemd/system/multi-user.target.wants/smartd.service)
endif
@$(call install_finish, smartmontools)