diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-23 11:14:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-23 11:14:33 +0000 |
commit | dd62e154fb22418e1b70fc166cfb4e9302f29f7f (patch) | |
tree | 977af8e7118e8fb7614ebde64aef3ea735f8c3bf /eclass/intel-sdp.eclass | |
parent | Post install message about changed network interface renaming wrt #453494 (diff) | |
download | gentoo-2-dd62e154fb22418e1b70fc166cfb4e9302f29f7f.tar.gz gentoo-2-dd62e154fb22418e1b70fc166cfb4e9302f29f7f.tar.bz2 gentoo-2-dd62e154fb22418e1b70fc166cfb4e9302f29f7f.zip |
Add dummy dir to avoid sandbox violations when emerging with FEATURES=-userpriv, #437512
Diffstat (limited to 'eclass/intel-sdp.eclass')
-rw-r--r-- | eclass/intel-sdp.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index bdf6ab9a710a..cbc2afc8f265 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -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/eclass/intel-sdp.eclass,v 1.8 2013/01/23 09:49:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.9 2013/01/23 11:14:33 jlec Exp $ # @ECLASS: intel-sdp.eclass # @MAINTAINER: @@ -396,8 +396,8 @@ intel-sdp_src_install() { [[ -d "${ED}" ]] || dodir / mv opt "${ED}"/ || die "moving files failed" - dodir "${INTEL_SDP_DIR}"/licenses - keepdir "${INTEL_SDP_DIR}"/licenses + dodir "${INTEL_SDP_DIR}"/licenses /opt/intel/ism/rm + keepdir "${INTEL_SDP_DIR}"/licenses /opt/intel/ism/rm } # @FUNCTION: intel-sdp_pkg_postinst |