components/openscap/Makefile
changeset 3775 8550c97efa63
parent 3703 71b5204c547a
child 3817 30b42c38bbc4
--- a/components/openscap/Makefile	Wed Feb 11 14:29:28 2015 +0000
+++ b/components/openscap/Makefile	Thu Feb 12 17:24:24 2015 +0000
@@ -71,7 +71,10 @@
      -e 's|PYTHON_VERSION = 2.6|PYTHON_VERSION = 2.7|' swig2.7/Makefile swig2.7/python2/Makefile)
 
 COMPONENT_POST_INSTALL_ACTION =	\
-	(cd $(@D)/swig2.7 ; $(GMAKE) $(COMPONENT_INSTALL_ARGS) install)
+	(cd $(@D)/swig2.7 ; $(GMAKE) $(COMPONENT_INSTALL_ARGS) install) ; \
+	$(RM) $(PROTO_DIR)/usr/share/openscap/cpe/* && \
+	$(CP) files/cpe/* $(PROTO_DIR)/usr/share/openscap/cpe
+
 
 # Needed to make "gmake test" work.
 CPPFLAGS +=	-I$(SOURCE_DIR)/src/OVAL