You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
makepkg.conf has its own BUILDDIR setting. If this one is set to a different value than builddir in apacman.conf, this will cause problems. Give it a shot and see yourself. For instance:
To workaround this right now, I have to set some canary variable in apacman.conf, like INSIDE_APACMAN and only set BUILDDIR in makepkg.conf if INSIDE_APACMAN is not set.
#
# CANARY
#
export INSIDE_APACMAN=1
The text was updated successfully, but these errors were encountered:
makepkg.conf
has its ownBUILDDIR
setting. If this one is set to a different value thanbuilddir
inapacman.conf
, this will cause problems. Give it a shot and see yourself. For instance:and
To workaround this right now, I have to set some canary variable in
apacman.conf
, likeINSIDE_APACMAN
and only setBUILDDIR
inmakepkg.conf
ifINSIDE_APACMAN
is not set.The text was updated successfully, but these errors were encountered: