Преглед на файлове

No error if existing directory, with mkdir.

Lauri Ojansivu преди 7 години
родител
ревизия
a48f560a85
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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