Compare commits
2 commits
efad854652
...
94956d1c36
Author | SHA1 | Date | |
---|---|---|---|
94956d1c36 | |||
c99fa38daa |
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue