Compare commits

...

2 commits

Author SHA1 Message Date
94956d1c36
pypi 2024-09-28 22:32:04 +02:00
c99fa38daa
root 2024-09-28 22:30:23 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
#! /usr/bin/env sh
root="/sw/python/cpypy"
file="$(readlink --canonicalize-existing "${0}")"
root="$(dirname "${file}")"
root="${root}/root/py/cpypy"
data="download-metadata.json"

View file

@ -35,7 +35,7 @@ set \
file="$(readlink --canonicalize-existing "${0}")"
root="$(dirname "${file}")"
root="${root}/root/py/pi"
root="${root}/root/py/pypi"
tmp="${root}/tmp"
rm --force --recursive \