From c68603d3d4e35b253dfbdcf19a32fdc971ef8ca8 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Tue, 28 Jul 2015 13:17:13 +0200 Subject: [jenkins] - ensure that only the path workspace/addons is excluded from the clean - before it excluded workspace/xbmc/addons aswell which left the stale addons.a file around --- tools/buildsteps/defaultenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/buildsteps/defaultenv b/tools/buildsteps/defaultenv index 11791f0f69..3c8ae21af8 100644 --- a/tools/buildsteps/defaultenv +++ b/tools/buildsteps/defaultenv @@ -10,7 +10,7 @@ TARBALLS=${TARBALLS:-"/opt/xbmc-tarballs"} BINARY_ADDONS_ROOT=tools/depends/target BINARY_ADDONS="binary-addons" -DEPLOYED_BINARY_ADDONS="-e addons" +DEPLOYED_BINARY_ADDONS="-e /addons" #set platform defaults #$XBMC_PLATFORM_DIR matches the platform subdirs! -- cgit v1.2.3