From c1d51bccc1b2f01efabe00255a357179c19ef53f Mon Sep 17 00:00:00 2001 From: Ben Cooksley Date: Sun, 8 Mar 2020 09:32:10 +1300 Subject: [PATCH] Be noisy so we can see what is copied --- helpers/build-android-system-dependency.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/build-android-system-dependency.sh b/helpers/build-android-system-dependency.sh index e46818c..67bbbe4 100755 --- a/helpers/build-android-system-dependency.sh +++ b/helpers/build-android-system-dependency.sh @@ -26,4 +26,4 @@ sh -c "$systemDependencies" # Transfer the System Dependencies we've just built into the general installation prefix so CMake finds them when it runs # We leave them behind in the divert directory to ensure they're captured when the project itself is built normally -rsync -Ha "$DESTDIR/$APP_INSTALL_PREFIX/" "$APP_INSTALL_PREFIX/" +rsync -Hav "$DESTDIR/$APP_INSTALL_PREFIX/" "$APP_INSTALL_PREFIX/" -- GitLab