diff options
-rwxr-xr-x | cron-jobs/create-filelists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/create-filelists b/cron-jobs/create-filelists index 35325cf..727fe58 100755 --- a/cron-jobs/create-filelists +++ b/cron-jobs/create-filelists @@ -50,7 +50,7 @@ for repo in $repos; do mkdir -p "$tmppkgdir" if [ -f "${CACHEDIR}/${repodir}/${pkgname}/files" ]; then # echo "cache: $pkgname" - mv "${CACHEDIR}/${repodir}$/{pkgname}/files" "${tmppkgdir}/files" + mv "${CACHEDIR}/${repodir}/${pkgname}/files" "${tmppkgdir}/files" else # echo "$repo/$arch: $pkgname" echo '%FILES%' > "${tmppkgdir}/files" |