summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-03-10 17:20:05 +0000
committerMike Gilbert <floppym@gentoo.org>2013-03-10 17:20:05 +0000
commit31a2363b2480078a19c42417b0a4a6b92f310a3a (patch)
tree6ff6cb111408c3ecff06df49c904d2b164dc6cae /sys-apps
parentInclude accept4() patch for 198 because the function is only available for x8... (diff)
downloadgentoo-2-31a2363b2480078a19c42417b0a4a6b92f310a3a.tar.gz
gentoo-2-31a2363b2480078a19c42417b0a4a6b92f310a3a.tar.bz2
gentoo-2-31a2363b2480078a19c42417b0a4a6b92f310a3a.zip
Create libdir before we move files into it, bug 460640.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog6
-rw-r--r--sys-apps/systemd/systemd-198.ebuild3
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 3f120d634649..382e09148140 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.85 2013/03/10 16:45:46 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.86 2013/03/10 17:20:05 floppym Exp $
+
+ 10 Mar 2013; Mike Gilbert <floppym@gentoo.org> systemd-198.ebuild,
+ systemd-9999.ebuild:
+ Create libdir before we move files into it, bug 460640.
10 Mar 2013; Mike Gilbert <floppym@gentoo.org> systemd-198.ebuild,
systemd-9999.ebuild:
diff --git a/sys-apps/systemd/systemd-198.ebuild b/sys-apps/systemd/systemd-198.ebuild
index 8c41a4afcd93..8d833c8dc92a 100644
--- a/sys-apps/systemd/systemd-198.ebuild
+++ b/sys-apps/systemd/systemd-198.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-198.ebuild,v 1.5 2013/03/10 16:45:46 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-198.ebuild,v 1.6 2013/03/10 17:20:05 floppym Exp $
EAPI=5
@@ -127,6 +127,7 @@ src_install() {
prune_libtool_files --modules
# move nss_myhostname to rootfs (bug #460640)
+ dodir /$(get_libdir)
mv "${D}"/usr/$(get_libdir)/libnss_myhostname* "${D}"/$(get_libdir)/ \
|| die "Unable to move nss_myhostname to rootfs"
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 1a95c500aa40..98eaa61cede0 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.19 2013/03/10 16:45:46 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.20 2013/03/10 17:20:05 floppym Exp $
EAPI=5
@@ -150,6 +150,7 @@ src_install() {
prune_libtool_files --modules
# move nss_myhostname to rootfs (bug #460640)
+ dodir /$(get_libdir)
mv "${D}"/usr/$(get_libdir)/libnss_myhostname* "${D}"/$(get_libdir)/ \
|| die "Unable to move nss_myhostname to rootfs"