testing: Don't check parent dir (and subdirs) when downloading OpenSSL packages

This commit is contained in:
Tobias Brunner
2015-05-21 09:32:37 +02:00
parent e6952442f2
commit 682aab205e
+1 -1
View File
@@ -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