@@ -618,7 +618,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
618618 </target >
619619
620620 <target name =" i2pChromiumBaseProfile" >
621- <create dir =" src/i2p.chromium.base.profile/" failonerror =" false" />
621+ <mkdir dir =" src/i2p.chromium.base.profile/" failonerror =" false" />
622622 <exec executable =" crx3" failonerror =" true" >
623623 <arg value =" download" />
624624 <arg value =" ikdjcmomgldfciocnpekfndklkfgglpe" />
@@ -658,7 +658,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
658658 </target >
659659
660660 <target name =" i2pChromiumUsabilityProfile" >
661- <create dir =" src/i2p.chromium.usability.profile/" failonerror =" false" />
661+ <mkdir dir =" src/i2p.chromium.usability.profile/" failonerror =" false" />
662662 <exec executable =" crx3" failonerror =" true" >
663663 <arg value =" download" />
664664 <arg value =" ikdjcmomgldfciocnpekfndklkfgglpe" />
@@ -711,7 +711,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
711711 </exec >
712712 </target >
713713 <target name =" i2pFirefoxBaseProfile" depends =" buildNum" >
714- <create dir =" src/i2p.firefox.base.profile/" failonerror =" false" />
714+ <mkdir dir =" src/i2p.firefox.base.profile/" failonerror =" false" />
715715 <exec executable =" amo-version" failonerror =" true" >
716716 <arg value =" -n" />
717717 <arg value =" i2p-in-private-browsing" />
@@ -751,7 +751,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
751751 </target >
752752
753753 <target name =" i2pFirefoxUsabilityProfile" depends =" buildNum" >
754- <create dir =" src/i2p.firefox.usability.profile/" failonerror =" false" />
754+ <mkdir dir =" src/i2p.firefox.usability.profile/" failonerror =" false" />
755755 <exec executable =" amo-version" failonerror =" true" >
756756 <arg value =" -n" />
757757 <arg value =" i2p-in-private-browsing" />
0 commit comments