diff options
author | Memphiz <memphis@machzwo.de> | 2015-07-28 13:17:13 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-07-28 19:12:32 +0200 |
commit | c68603d3d4e35b253dfbdcf19a32fdc971ef8ca8 (patch) | |
tree | ee1e7547e35e889dfd59f366336ecf45531e8552 | |
parent | ebcb3abd3c481f6f6c9f71b357fdc48da8089f65 (diff) |
[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
-rw-r--r-- | tools/buildsteps/defaultenv | 2 |
1 files changed, 1 insertions, 1 deletions
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! |