1 Apr
2007
1 Apr
'07
11:20 p.m.
Added support for rsync to getDoownloadClient(). Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> diff --git a/scripts/makepkg.in b/scripts/makepkg.in index 5f9adbd..f8ec869 100755 --- a/scripts/makepkg.in +++ b/scripts/makepkg.in @@ -709,6 +709,8 @@ for netfile in ${source[@]}; do case "$proto" in ftp|http|https) dlclient=$(getDownloadClient FTPAGENT) || exit $?;; + rsync) + dlclient=$(getDownloadClient RSYNCAGENT) || exit $?;; *) error "$(eval_gettext "\$netfile was not found in the build directory and is not a proper URL.")" msg "$(gettext "Aborting...")" -- 1.5.0.6