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