summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchive17
1 files changed, 0 insertions, 17 deletions
diff --git a/archive b/archive
index bfb19ce..56854de 100755
--- a/archive
+++ b/archive
@@ -67,23 +67,6 @@ if [ ! -d "${todays_path}" ]; then
"${master_mirror_root}/${arch}/${repo}/${repo}.files" \
"${master_mirror_root}/${arch}/${repo}/${repo}.files.tar.gz" \
"${todays_path}/${arch}/${repo}/"
- find "${master_mirror_root}/${arch}/${repo}" \
- -mindepth 1 \
- -maxdepth 1 \
- -type l \
- \( \
- -name '*.pkg.tar.xz' \
- -o -name '*.pkg.tar.xz.sig' \
- \) \
- -printf '%f\n' \
- | sed '
- s/^./\0 \0/
- ' \
- | while read -r initial file; do
- ln -s \
- "../../../../../../packages/${initial}/${file%-*-*-*}/${file}" \
- "${todays_path}/${arch}/${repo}/${file}"
- done
done
done
rm -f \