Browse Source

No error if existing directory, with mkdir.

Lauri Ojansivu 7 năm trước cách đây
mục cha
commit
a48f560a85
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      snapcraft.yaml

+ 1 - 1
snapcraft.yaml

@@ -128,7 +128,7 @@ parts:
             chmod +x install_meteor.sh
             sh install_meteor.sh
             rm install_meteor.sh
-            mkdir packages
+            mkdir -p packages
             cd packages
             git clone --depth 1 -b master https://github.com/wekan/flow-router.git kadira-flow-router
             git clone --depth 1 -b master https://github.com/meteor-useraccounts/core.git meteor-useraccounts-core