summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2015-12-02 20:03:12 +0100
committerMartin Väth <martin@mvath.de>2015-12-02 20:03:12 +0100
commit8adc7b00ade6b4c65830d5688dfa7f301be347dc (patch)
tree8460902be40ad049ab950c121b8545ab5cc5b935 /sys-fs/squash_dir
parentDrop temporary eclass hacks (diff)
downloadmv-8adc7b00ade6b4c65830d5688dfa7f301be347dc.tar.gz
mv-8adc7b00ade6b4c65830d5688dfa7f301be347dc.tar.bz2
mv-8adc7b00ade6b4c65830d5688dfa7f301be347dc.zip
Follow systemd.eclass update
Diffstat (limited to 'sys-fs/squash_dir')
-rw-r--r--sys-fs/squash_dir/squash_dir-13.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/squash_dir/squash_dir-13.8.ebuild b/sys-fs/squash_dir/squash_dir-13.8.ebuild
index 7db07095..68c13bbc 100644
--- a/sys-fs/squash_dir/squash_dir-13.8.ebuild
+++ b/sys-fs/squash_dir/squash_dir-13.8.ebuild
@@ -63,7 +63,7 @@ src_configure() {
use overlayfs && order=overlayfs
econf --with-zsh-completion \
"$(use_enable bundled-openrc-wrapper openrc-wrapper)" \
- --with-systemdsystemunitdir="$(systemd_get_unitdir)" \
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
${order:+"--with-first-order=${order}"}
}