From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3CDDF138247 for ; Fri, 20 Dec 2013 14:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06718E0A02; Fri, 20 Dec 2013 14:38:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 933A4E0A02 for ; Fri, 20 Dec 2013 14:38:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACA9F33F592 for ; Fri, 20 Dec 2013 14:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 593AEE575D for ; Fri, 20 Dec 2013 14:38:16 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1387550198.138a5f9575ec713ec3aac9584d844bc135e68248.swift@gentoo> Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/SCAP/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/SCAP/Makefile X-VCS-Directories: xml/SCAP/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 138a5f9575ec713ec3aac9584d844bc135e68248 X-VCS-Branch: master Date: Fri, 20 Dec 2013 14:38:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0580a270-0ed2-48a8-9d2d-84d06154250d X-Archives-Hash: 000bca3e5e4120cb1372cec53e0d0fb6 commit: 138a5f9575ec713ec3aac9584d844bc135e68248 Author: Sven Vermeulen siphos be> AuthorDate: Fri Dec 20 14:36:38 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Dec 20 14:36:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=138a5f95 Add workaround for OVAL interference --- xml/SCAP/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xml/SCAP/Makefile b/xml/SCAP/Makefile index 8b54a28..59a0d0e 100644 --- a/xml/SCAP/Makefile +++ b/xml/SCAP/Makefile @@ -23,5 +23,7 @@ prep: -cp gentoo-cpe.xml ~/tmp -cp gentoo-xccdf.xml ~/tmp -cp gentoo-oval.xml ~/tmp + -cp ~/tmp/gentoo-oval.xml ~/tmp/cpe-oval.xml + -sed -i 's|gentoo-oval.xml|cpe-oval.xml|g' ~/tmp/gentoo-cpe.xml .PHONY: all prep