prepare.py: always escape find cmd

This commit is contained in:
Gautier Pelloux-Prayer 2016-02-03 16:50:56 +01:00
parent 45a769235b
commit 6cbf5c968d

View file

@ -302,7 +302,7 @@ LINPHONE_IPHONE_VERSION=$(shell git describe --always)
all: build
sdk:
\tarchives=`find liblinphone-sdk/{first_arch}-apple-darwin.ios -name *.a` && \\
\tarchives=`find liblinphone-sdk/{first_arch}-apple-darwin.ios -name '*.a'` && \\
\trm -rf liblinphone-sdk/apple-darwin && \\
\tmkdir -p liblinphone-sdk/apple-darwin && \\
\tcp -rf liblinphone-sdk/{first_arch}-apple-darwin.ios/include liblinphone-sdk/apple-darwin/. && \\