sface-0.9-7 is broken for macos packaging, fix attempt
[sface.git] / macos / build-dmg.sh
index 803b3d5..323ab8f 100755 (executable)
@@ -12,7 +12,7 @@
 # the script expects the taglevels for both sfa and sface, 
 #   in order to retrieve the corresponding code and to label the resulting package properly
 #   alternatively, a build-dir and tags file can be used instead
-# Should have the folowing tools installed
+# Should have the following tools installed
 #   git: to retrieve code
 #   rpm: to retrieve the version numbers in specfiles
 
@@ -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