diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-01-24 17:29:43 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-01-24 17:29:43 -0800 |
commit | 480e61e59482ac3bf2457035da65941c532c6095 (patch) | |
tree | 2a1d5f842aa2f5dac5c9b1c1d81dbd32042cc6c6 /sys-block | |
parent | sys-block/storcli: Revbump to 7.0709-r1, 32-bit as well (bug 656494) (diff) | |
download | gentoo-480e61e59482ac3bf2457035da65941c532c6095.tar.gz gentoo-480e61e59482ac3bf2457035da65941c532c6095.tar.bz2 gentoo-480e61e59482ac3bf2457035da65941c532c6095.zip |
sys-block/storcli: Add storcli32 to QA_PRESTRIPPED as well
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/storcli/storcli-7.0709-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-block/storcli/storcli-7.0709-r1.ebuild b/sys-block/storcli/storcli-7.0709-r1.ebuild index 89621f287abf..65a0583219bc 100644 --- a/sys-block/storcli/storcli-7.0709-r1.ebuild +++ b/sys-block/storcli/storcli-7.0709-r1.ebuild @@ -24,7 +24,8 @@ DOCS=( readme.txt license.txt ) MY_STORCLI_BASEDIR="/opt/lsi/storcli" -QA_PRESTRIPPED="${MY_STORCLI_BASEDIR:1}/storcli" +QA_PRESTRIPPED="${MY_STORCLI_BASEDIR:1}/storcli + ${MY_STORCLI_BASEDIR:1}/storcli32" QA_PREBUILT=${QA_PRESTRIPPED} src_unpack() { |