util-linux: typo fix for previous.

This commit is contained in:
Juan RP 2015-06-02 09:57:37 +02:00
parent e562455b52
commit c450448011

View file

@ -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