From d9ac5c9ba3817960233325720decef50fc33aa82 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Feb 2013 16:31:10 -0400 Subject: [PATCH] fix --- standalone/android/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/standalone/android/Makefile b/standalone/android/Makefile index 0637dd293b..5a33e45be0 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -53,9 +53,9 @@ build: source build-utils # a tarball, along with a list of all the hard links that should be # set up. cd $(GITTREE) && mkdir -p links - cd $(GITTREE) && find -samefile bin/git > links/git - cd $(GITTREE) && find -samefile bin/git-shell > links/git-shell - cd $(GITTREE) && find -samefile bin/git-upload-pack > links/git-upload-pack + cd $(GITTREE) && find -samefile bin/git -not -wholename ./bin/git > links/git + cd $(GITTREE) && find -samefile bin/git-shell -not -wholename ./bin/git-shell > links/git-shell + cd $(GITTREE) && find -samefile bin/git-upload-pack -not -wholename ./bin/git-upload-pack > links/git-upload-pack cd $(GITTREE) && find -type f -not -samefile bin/git -not -samefile bin/git-shell -not -samefile bin/git-upload-pack|tar czf ../git.tar.gz -T - cp source/git/git.tar.gz source/term/libs/armeabi/lib.git.tar.gz.so