summarylogtreecommitdiffstats
path: root/fixing_v4.1.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fixing_v4.1.2.patch')
-rw-r--r--fixing_v4.1.2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fixing_v4.1.2.patch b/fixing_v4.1.2.patch
new file mode 100644
index 000000000000..f772d9eed585
--- /dev/null
+++ b/fixing_v4.1.2.patch
@@ -0,0 +1,11 @@
+--- index.original.js 2021-09-22 11:53:04.435471903 +0600
++++ pkg/alacritty-themes/usr/lib/node_modules/alacritty-themes/src/helpers/index.js 2021-09-22 11:53:33.317118492 +0600
+@@ -7,7 +7,7 @@
+ );
+
+ function rootDirectory() {
+- return process.env.PWD;
++ return "/usr/lib/node_modules/alacritty-themes";
+ }
+
+ function themeFilePath(themeName) {