diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 8b3d9f24f0..4fcef796b8 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -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