testing: Don't check parent dir (and subdirs) when downloading OpenSSL packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user