18 Feb
2018
18 Feb
'18
5:17 p.m.
From: Luke Shumaker <lukeshu@parabola.nu> This is based on a patch by Eli Schwartz <eschwartz@archlinux.org> --- cron-jobs/ftpdir-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup index 20d579f..64d50ef 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -65,7 +65,7 @@ for repo in ${PKGREPOS[@]}; do done done -# get a list of all available packages in the pacakge pool +# get a list of all available packages in the package pool for f in "$FTP_BASE/${PKGPOOL}"/*${PKGEXT_glob}; do printf '%s\n' "${f##*/}" done | sort > "${WORKDIR}/pool" -- 2.16.1