diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-05-21 09:32:37 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-05-21 09:32:37 +0200 |
commit | 682aab205e39473263d4fcf15194526e5b1be490 (patch) | |
tree | 405911913927af78d8ccf627ac54b4532085b9da | |
parent | e6952442f2c99cb93af8401e397a378f5de39a91 (diff) | |
download | strongswan-682aab205e39473263d4fcf15194526e5b1be490.tar.bz2 strongswan-682aab205e39473263d4fcf15194526e5b1be490.tar.xz |
testing: Don't check parent dir (and subdirs) when downloading OpenSSL packages
-rw-r--r-- | testing/scripts/recipes/012_openssl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/recipes/012_openssl.mk b/testing/scripts/recipes/012_openssl.mk index 9312445ce..16aec239d 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 |