[Secure-testing-commits] r28767 - /

Holger Levsen holger at moszumanska.debian.org
Sun Sep 14 19:32:38 UTC 2014


Author: holger
Date: 2014-09-14 19:32:38 +0000 (Sun, 14 Sep 2014)
New Revision: 28767

Modified:
   Makefile
Log:
Makefile: create data/nvd if it doesnt exist, so git clones work

Modified: Makefile
===================================================================
--- Makefile	2014-09-14 15:32:51 UTC (rev 28766)
+++ Makefile	2014-09-14 19:32:38 UTC (rev 28767)
@@ -198,6 +198,7 @@
 	svn update -q data
 
 update-nvd:
+	mkdir -p data/nvd
 	for x in $$(seq 2002 $$(date +%Y)) ; do \
 	  name=nvdcve-$$x.xml; \
 	  wget -q -Odata/nvd/$$name https://nvd.nist.gov/download/$$name || true; \




More information about the Secure-testing-commits mailing list