fix
This commit is contained in:
parent
d8c10929d2
commit
d9ac5c9ba3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue