fix the message for uploading results to the new location with sface-macos
[sface.git] / macos / build-dmg.sh
index 9f893ba..3e813d9 100755 (executable)
@@ -171,8 +171,8 @@ Also make sure to trash the current one before retrying"
     make -C $temp/sface VERSIONTAG="${sface_tag}" SCMURL="${sface_GITPATH}" version
 
     # copy sfa/ and sface/ subdirs in image
-    rm -rf "$img_mnt"/$resource_path/{sfa,sface}
-    tar -C $temp/sfa -cf - sfa | tar -C "$img_mnt"/$resource_path/ -xf -
+    rm -rf "$img_mnt"/$resource_path/{sfa,clientbin,sface}
+    tar -C $temp/sfa -cf - sfa clientbin | tar -C "$img_mnt"/$resource_path/ -xf -
     tar -C $temp/sface -cf - sface | tar -C "$img_mnt"/$resource_path/ -xf -
 
     # copy binaries from sface to the bin dir
@@ -213,7 +213,7 @@ Also make sure to trash the current one before retrying"
     echo "=================================================="
     echo "Install image ready in $img_dmg"
     echo "You may publish it by running e.g."
-    echo "rsync -av $img_dmg root@build.onelab.eu:/build/sface"
+    echo "rsync -av $img_dmg root@build.onelab.eu:/build/sface-macos/"
     echo "=================================================="
 
 }