patches/handbrake-03-downloads.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 3106 865b140bb35b
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3106
865b140bb35b 2011-01-07 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     1
--- orig/make/include/select.defs	Thu Jan  6 03:09:01 2011
865b140bb35b 2011-01-07 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     2
+++ new/make/include/select.defs	Thu Jan  6 03:10:34 2011
865b140bb35b 2011-01-07 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     3
@@ -9,4 +9,4 @@
865b140bb35b 2011-01-07 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     4
 FETCH.select  = MISSING
865b140bb35b 2011-01-07 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     5
 FETCH.MISSING = $(error one of the following tools is required: wget, curl)
865b140bb35b 2011-01-07 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     6
 FETCH.curl    = $(CURL.exe) -q -L -o $(1) $(2)
865b140bb35b 2011-01-07 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     7
-FETCH.wget    = $(WGET.exe) -O $(1) $(2)
865b140bb35b 2011-01-07 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     8
+FETCH.wget    = echo $(WGET.exe) -O $(1) $(2)