From e0de1bc940255721ebef6fffd8b70d9801ee3a4d Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Thu, 7 May 2009 14:35:27 -0700 Subject: [PATCH] Fix the NDK packaging script to use git ls-files instead of git-ls-files --- ndk/build/tools/make-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndk/build/tools/make-release.sh b/ndk/build/tools/make-release.sh index a6c228c9e..1f1e802eb 100755 --- a/ndk/build/tools/make-release.sh +++ b/ndk/build/tools/make-release.sh @@ -21,7 +21,7 @@ PREBUILT_PREFIX=android-ndk-prebuilt-20090323 PREBUILT_SYSTEMS="linux-x86 linux-x86_64 darwin-x86 windows" # the list of git files to copy into the archives -GIT_FILES=`cd $NDK_ROOT_DIR && git-ls-files` +GIT_FILES=`cd $NDK_ROOT_DIR && git ls-files` # temporary directory used for packaging TMPDIR=/tmp/ndk-release