aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl/scummvm/DataBuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dists/androidsdl/scummvm/DataBuild.sh')
-rwxr-xr-xdists/androidsdl/scummvm/DataBuild.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/dists/androidsdl/scummvm/DataBuild.sh b/dists/androidsdl/scummvm/DataBuild.sh
deleted file mode 100755
index c8e8c84788..0000000000
--- a/dists/androidsdl/scummvm/DataBuild.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-LOCAL_PATH=`dirname $0`
-LOCAL_PATH=`cd $LOCAL_PATH && pwd`
-
-rm AndroidData/scummvm*
-make -C scummvm androidsdl
-cp -f scummvm/scummvm*.z* AndroidData
-rm scummvm/scummvm*.z* \ No newline at end of file