From 682aab205e39473263d4fcf15194526e5b1be490 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 21 May 2015 09:32:37 +0200 Subject: [PATCH] testing: Don't check parent dir (and subdirs) when downloading OpenSSL packages --- testing/scripts/recipes/012_openssl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/recipes/012_openssl.mk b/testing/scripts/recipes/012_openssl.mk index 9312445cea..16aec239df 100644 --- a/testing/scripts/recipes/012_openssl.mk +++ b/testing/scripts/recipes/012_openssl.mk @@ -7,7 +7,7 @@ SRC = http://download.strongswan.org/testing/openssl-fips/ all: install $(PKG): - wget -r $(SRC) --no-directories --directory-prefix $(PKG) --accept deb + wget -r $(SRC) --no-directories --directory-prefix $(PKG) --accept deb --no-parent install: $(PKG) cd $(PKG) && dpkg -i *.deb -- 2.47.2