Subject: [PATCH] Fix syntax error in android/build.sh


Signed-off-by: Willem Ferguson <[email protected]>

>From 413479abaa3d03861762107534bba1de10bced21 Mon Sep 17 00:00:00 2001
From: Willem Ferguson <[email protected]>
Date: Tue, 7 Feb 2017 08:15:33 +0200
Subject: [PATCH 5/5] [PATCH] Fix syntax error in android/build.sh

Signed-off-by: Willem Ferguson <[email protected]>
---
 packaging/android/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/android/build.sh b/packaging/android/build.sh
index 3cfaf47..57f94ca 100644
--- a/packaging/android/build.sh
+++ b/packaging/android/build.sh
@@ -379,7 +379,7 @@ else
 
 	# android-mobile is hardcoded in CMakeLists.txt nowadays.
 	rm -rf android-mobile
-	cp -a "$SUBSURFACE_SOURCE/android android-mobile"
+	cp -a "$SUBSURFACE_SOURCE/android" android-mobile
 	sed -i -e "s/@SUBSURFACE_VERSION@/\"$SUBSURFACE_VERSION\"/;s/@BUILD_NR@/$BUILD_NR/" android-mobile/AndroidManifest.xml
 fi
 
-- 
2.7.4

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to