summaryrefslogtreecommitdiff
path: root/archivers/arj/files/patch-environ.c
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-01 16:07:11 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-01 16:07:11 +0000
commit537a7d1835a738eabd9e8a5c9c8acec3573d66c8 (patch)
tree610af7e58c4b349485607824f0f6b3fd8cf126e4 /archivers/arj/files/patch-environ.c
parentCreate temporary dir for menu system if it doesn't exist (diff)
add arj 3.10b
Open-source ARJ PR: 40071 Submitted by: "Konstantin Reznichenko" <kot@premierbank.dp.ua>
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