Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: eclass/
Date: Sat, 30 Apr 2011 06:46:10
Message-Id: 0f71b6f37afdc9f72a020a1734893fab87d0fe83.mgorny@gentoo
1 commit: 0f71b6f37afdc9f72a020a1734893fab87d0fe83
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 06:26:13 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 06:26:13 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=0f71b6f3
7
8 [eclass] Use /lib like upstream does.
9
10 ---
11 eclass/systemd.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass
15 index 4234427..fa18447 100644
16 --- a/eclass/systemd.eclass
17 +++ b/eclass/systemd.eclass
18 @@ -23,7 +23,7 @@ esac
19 systemd_get_unitdir() {
20 debug-print-function ${FUNCNAME} "${@}"
21
22 - echo /$(get_libdir)/systemd/system
23 + echo -n /lib/systemd/system
24 }
25
26 # @FUNCTION: systemd_dounit