util-linux: typo fix for previous.
This commit is contained in:
parent
e562455b52
commit
c450448011
|
@ -41,9 +41,9 @@ do_configure() {
|
|||
do_build() {
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
# XXX
|
||||
export CCACHE_DISABLED=1
|
||||
export CCACHE_DISABLE=1
|
||||
make ${makejobs}
|
||||
unset CCACHE_DISABLED
|
||||
unset CCACHE_DISABLE
|
||||
else
|
||||
make ${makejobs}
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user