Skip to content

Commit

Permalink
Add path fix as mentioned in #619
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusCDE committed Aug 21, 2022
1 parent 73538e7 commit 07ed776
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package/rmfm/path_fix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
diff --git a/rmfm b/rmfm
index 4571db9..172eedf 100755
--- a/rmfm
+++ b/rmfm
@@ -1 +1,2 @@
-#!/usr/bin/env node
+#!/opt/bin/node
+process.env.PATH += ":/opt/bin"

0 comments on commit 07ed776

Please sign in to comment.