diff options
Diffstat (limited to 'tools/buildsteps/linux/package')
-rwxr-xr-x | tools/buildsteps/linux/package | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/buildsteps/linux/package b/tools/buildsteps/linux/package new file mode 100755 index 0000000..09da07b --- /dev/null +++ b/tools/buildsteps/linux/package @@ -0,0 +1,5 @@ +WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )} +XBMC_PLATFORM_DIR=linux +. $WORKSPACE/tools/buildsteps/defaultenv + +#nothing for linux atm |