master
Chris Dorman 2020-11-29 21:55:09 -08:00
parent 24aa444a10
commit 5977d67317
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@ libbsdmirror="https://libbsd.freedesktop.org/releases"
bz2mirror="https://sourceware.org/pub/bzip2"
freetypemirror="https://download.savannah.gnu.org/releases/freetype"
png16mirror="https://download.sourceforge.net/libpng"
stracemirror="https://gitlab.com/strace/strace"
stracemirror="https://gitlab.com/strace/strace.git"
# filenames
gcc="gcc-9.2.0.tar.xz"
@ -737,6 +737,8 @@ tinyx()
strace()
{
cd $tmpdir
if [ ! -d "strace" ]; then
git clone $stracemirror
fi