From c450448011c7eb6946434cfc2202850e3285c6a5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 09:57:37 +0200 Subject: [PATCH] util-linux: typo fix for previous. --- srcpkgs/util-linux/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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