From: Wayne Davison Date: Sun, 21 Jun 2020 23:46:06 +0000 (-0700) Subject: The proto files don't need perl, so change fetch rule. X-Git-Tag: v3.2.1pre1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3439944ea4d49a04439278997c70d77f53161f9;p=thirdparty%2Frsync.git The proto files don't need perl, so change fetch rule. --- diff --git a/prepare-source b/prepare-source index aa4e9d12..a41a66a3 100755 --- a/prepare-source +++ b/prepare-source @@ -29,8 +29,6 @@ for action in "${@}"; do $dir/rsync-ssl -iip --no-motd rsync://download.samba.org/rsyncftp/generated-files/'[ca]*' $dir if test "$action" = fetchgen; then $dir/rsync-ssl -iip --no-motd rsync://download.samba.org/rsyncftp/generated-files/'[^ca]*' . - elif ! perl --version >/dev/null 2>/dev/null; then - $dir/rsync-ssl -iip --no-motd rsync://download.samba.org/rsyncftp/generated-files/'p*' . fi sleep 1 # The following files need to be newer than aclocal.m4 touch configure.sh config.h.in