vsroom/Makefile: Add -f to curl options
This commit is contained in:
parent
bf1e65ef93
commit
481409b4c1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ manifest: $(MANIFESTS)/vsroom.pp
|
|||
|
||||
$(PACKAGES)/$(TARGET):
|
||||
@umask 022; echo $@; \
|
||||
test -f $@ || curl --digest -u $(USER) -o $@ $(SOURCE)
|
||||
test -f $@ || curl -f --digest -u $(USER) -o $@ $(SOURCE)
|
||||
|
||||
$(MANIFESTS)/vsroom.pp: $(PACKAGES)/$(TARGET)
|
||||
@umask 022; echo $@; \
|
||||
|
|
Loading…
Add table
Reference in a new issue