packages: builder - use the same 'file url' order across whole builder scri...

arekm arekm at pld-linux.org
Tue Oct 25 11:42:06 CEST 2011


Author: arekm                        Date: Tue Oct 25 09:42:06 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use the same 'file url' order across whole builder script (since for example download_lftp needs specific order)

---- Files affected:
packages:
   builder (1.662 -> 1.663) 

---- Diffs:

================================================================
Index: packages/builder
diff -u packages/builder:1.662 packages/builder:1.663
--- packages/builder:1.662	Mon Oct 24 20:33:20 2011
+++ packages/builder	Tue Oct 25 11:42:01 2011
@@ -1223,10 +1223,10 @@
 						im="$i"
 					fi
 					update_shell_title "${GETURI%% *}: $im"
-					${GETURI} "$im" ${OUTFILEOPT} "$target" || \
+					${GETURI} ${OUTFILEOPT} "$target" "$im" || \
 					if [ "`echo $im | grep -E 'ftp://'`" ]; then
 						update_shell_title "${GETURI2%% *}: $im"
-						${GETURI2} "$im" ${OUTFILEOPT} "$target"
+						${GETURI2} ${OUTFILEOPT} "$target" "$im"
 					fi
 					test -s "$target" || rm -f "$target"
 				fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/builder?r1=1.662&r2=1.663&f=u



More information about the pld-cvs-commit mailing list