mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
app-forensics/scap-security-guide: EPYTHON -> PYTHON
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
ed9adeae18
commit
a5f08469ee
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ src_prepare() {
|
|||
src_configure() {
|
||||
local product
|
||||
local mycmakeargs=(
|
||||
-DPYTHON_EXECUTABLE="/usr/bin/${EPYTHON}"
|
||||
-DPYTHON_EXECUTABLE="${PYTHON}"
|
||||
-DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}"
|
||||
-DSSG_SVG_IN_XCCDF_ENABLED="yes"
|
||||
-DSSG_SEPARATE_SCAP_FILES_ENABLED="yes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue