summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-23 11:14:33 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-23 11:14:33 +0000
commit04420705b3fd80962d93e6f28dd9a418a8ac1990 (patch)
tree33698ae467c0239fcae8f1374808a6859d1279f6 /eclass/intel-sdp.eclass
parentPost install message about changed network interface renaming wrt #453494 (diff)
downloadhistorical-04420705b3fd80962d93e6f28dd9a418a8ac1990.tar.gz
historical-04420705b3fd80962d93e6f28dd9a418a8ac1990.tar.bz2
historical-04420705b3fd80962d93e6f28dd9a418a8ac1990.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.eclass6
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