diff options
Diffstat (limited to 'build/android/Makefile')
-rw-r--r-- | build/android/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/android/Makefile b/build/android/Makefile index d3d38f9ea..d4760ee21 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -629,6 +629,7 @@ assets : $(ASSETS_TIMESTAMP) find . -name "timestamp" -exec rm {} \; ; \ find . -name "*.blend" -exec rm {} \; ; \ ls -R | grep ":$$" | sed -e 's/:$$//' -e 's/\.//' -e 's/^\///' > "index.txt"; \ + find Minetest >"filelist.txt"; \ cp ${ROOT}/${ASSETS_TIMESTAMP} ${ROOT}/${ASSETS_TIMESTAMP}.old; \ else \ echo "nothing to be done for assets"; \ |