pikaur -Scc
: clean-up directories set in SRCDEST
and BUILDDIR
variables
#763
Labels
8000
pikaur -Scc
: clean-up directories set in SRCDEST
and BUILDDIR
variables
#763
Description:
Expected behavior:
Setting
SRCDEST
andBUILDDIR
variables in/etc/makepkg.conf
overrides the default source and build directories;pikaur -Scc
cleans the source and build directories.Actual behavior:
pikaur -Scc
cleans the default source and build directories, but ignores the directories set in theSRCDEST
andBUILDDIR
variables. (This bug probably would also affectPKGDEST
as well, but that was unset in this case.)Steps to reproduce:
SRCDEST
andBUILDDIR
variables in/etc/makepkg.conf
(in this case, to/opt/sources
and/opt/makepkg
).pikaur
; files are left in the directories set inSRCDEST
andBUILDDIR
.pikaur -Scc
and answer "y
" to the relevant prompts.SRCDEST
andBUILDDIR
are untouched when they should be deleted.Attached log:
The text was updated successfully, but these errors were encountered: