summarylogtreecommitdiffstats
path: root/mist-pathfix.patch
diff options
context:
space:
mode:
author5chdn2016-05-11 23:27:16 +0200
committer5chdn2016-05-11 23:27:16 +0200
commit43122e109c735cfdefd279097682b233547acaf7 (patch)
tree185759a2c534d919913e8f7bff1fd32f69be7791 /mist-pathfix.patch
parent8eadb16407221d8619c3ea25cd12a0ac5cd2e98a (diff)
downloadaur-43122e109c735cfdefd279097682b233547acaf7.tar.gz
Add pathfix patch
Diffstat (limited to 'mist-pathfix.patch')
-rw-r--r--mist-pathfix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mist-pathfix.patch b/mist-pathfix.patch
new file mode 100644
index 000000000000..fd71a84852b9
--- /dev/null
+++ b/mist-pathfix.patch
@@ -0,0 +1,13 @@
+diff --git a/gulpfile.js b/gulpfile.js
+index e05c18a..d31ca4b 100644
+--- a/gulpfile.js
++++ b/gulpfile.js
+@@ -85,7 +85,7 @@ var createNewFileName = function(os) {
+ if(os.indexOf('linux') !== -1) {
+ newOs = os.replace('linux-x64','linux64').replace('linux-ia32','linux32');
+ }
+- return './dist_'+ type +'/'+ filenameUppercase +'-'+ newOs + '-'+ version.replace(/\./g,'-');
++ return './dist_'+ type +'/'+ filenameUppercase +'-'+ newOs;
+ };
+
+