You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
501 B
15 lines
501 B
Index: rcfile.ml |
|
--- rcfile.ml.orig 2004-08-31 06:03:01 +0200 |
|
+++ rcfile.ml 2004-08-31 13:53:46 +0200 |
|
@@ -820,9 +820,9 @@ |
|
in |
|
let prefix_rcfile = |
|
if Install.prefix = "/usr" || Install.prefix = "/usr/" then |
|
- "/etc/orpierc" |
|
+ "/etc/orpie/orpierc" |
|
else |
|
- Install.prefix ^ "/etc/orpierc" |
|
+ Install.prefix ^ "/etc/orpie/orpierc" |
|
in |
|
begin try (open_in home_rcfile, home_rcfile) |
|
with Sys_error error_str ->
|
|
|