aboutsummaryrefslogtreecommitdiff
path: root/archivers/arj/files/patch-environ.c
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/arj/files/patch-environ.c')
-rw-r--r--archivers/arj/files/patch-environ.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/arj/files/patch-environ.c b/archivers/arj/files/patch-environ.c
new file mode 100644
index 000000000000..926bce55c966
--- /dev/null
+++ b/archivers/arj/files/patch-environ.c
@@ -0,0 +1,11 @@
+--- environ.c.orig Mon Apr 8 11:31:01 2002
++++ environ.c Mon Apr 8 14:06:05 2002
+@@ -2721,7 +2721,7 @@
+ ps=pe+1;
+ } while(*pe!='\0');
+ #if SFX_LEVEL==ARJ
+- strcpy(dest, "/usr/bin/arj");
++ strcpy(dest, "/usr/local/bin/arj");
+ #elif SFX_LEVEL==ARJSFXV
+ strcpy(dest, "./arjsfxv");
+ #elif SFX_LEVEL==ARJSFX