File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ function cmd_check(){
347347 DEVTOOLS_PKG= " devtools"
348348 if [[ -z " ${BUILDTOOL} " ]] || [[ " ${BUILDTOOL} " = makepkg ]]; then
349349 DEVTOOLS=" devtools-20210202-3-any"
350- DEVTOOLS_PKG=" $ARCHIVEURL /${BUILDTOOL : 0 : 1} /${DEVTOOLS} .pkg.tar${pkg##* tar} "
350+ DEVTOOLS_PKG=" $ARCHIVEURL /d/devtools /${DEVTOOLS} .pkg.tar${pkg##* tar} "
351351 elif [[ " ${BUILDTOOL} " = devtools ]] ; then
352352 DEVTOOLS=" ${BUILDTOOL} -${BUILDTOOLVER} "
353353 DEVTOOLS_PKG=" $ARCHIVEURL /${BUILDTOOL: 0: 1} /${DEVTOOLS} .pkg.tar${pkg##* tar} "
@@ -482,6 +482,7 @@ rm --recursive /etc/pacman.d/gnupg/
482482cp --target-directory= /etc/pacman.d/ --recursive /gnupg
483483echo " faked-system-time ${SOURCE_DATE_EPOCH} " >> /etc/pacman.d/gnupg/gpg.conf
484484pacstrap -G -U /mnt --needed " \$ @"
485+ echo " Installing devtools from $DEVTOOLS_PKG "
485486# Ignore all dependencies since we only want the file
486487# Saves us a few seconds and doesn't download a bunch of things
487488# we are getting rid off
You can’t perform that action at this time.
0 commit comments