summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-08-17 15:29:39 +0200
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-08-17 15:29:39 +0200
commitb54182b7273071b45c51398c688a5cbf12be3e60 (patch)
tree9d865b506073eb18e1ebaa50bda766b0221f613f /sys-apps
parentupdate systemd (diff)
downloadkeruspe-b54182b7273071b45c51398c688a5cbf12be3e60.tar.gz
keruspe-b54182b7273071b45c51398c688a5cbf12be3e60.tar.bz2
keruspe-b54182b7273071b45c51398c688a5cbf12be3e60.zip
fix systmd
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/Manifest2
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild10
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 3530f5c5..0706d441 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1 +1 @@
-EBUILD systemd-9999.ebuild 4379 RMD160 6aeb5e965340f47d216c826268e2613891f58849 SHA1 9c14ba0b01cb5fd322f290188d361d1b76024a9c SHA256 43051e371c9e85c5fbcd763c9d43e255a124392fe8f0681e06ba674c0741c588
+EBUILD systemd-9999.ebuild 4380 RMD160 f3e451f0fa979018c5c4b3fe6a480fdcbc459f62 SHA1 952658a88855734848561dc1e0870fceaa3a9632 SHA256 b23a789fc4960a018183ddccedcba9a27dd19a18f066e31575450ffd749dbe06
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index aa7553b5..27362e2b 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -111,13 +111,11 @@ do_symlinks() {
}
src_install() {
- autotools-utils_src_install \
- bashcompletiondir=/tmp
-
+ emake DESTDIR="${ED}" install
# move files as necessary
- dobashcompletion "${D}"/tmp/systemctl-bash-completion.sh
- dodoc "${D}"/tmp/docs/*
- rm -rf "${D}"/tmp || die
+ dobashcompletion "${ED}"/src/systemctl-bash-completion.sh
+ dodoc "${ED}"/usr/share/doc/systemd/*
+ rm -rf "${ED}"/usr/share/doc/systemd
keepdir /run
if use symlinks; then