]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- for aspell-0.60.2
authorromke <romke@pld-linux.org>
Sat, 11 Jun 2005 00:14:33 +0000 (00:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-home_etc.patch -> 1.2

aspell-home_etc.patch

index 9761c1214114c478b8f40e5132ed7abfe992e281..12469cfe031208ac5feae3981cf90e89ffd0059f 100644 (file)
@@ -1,11 +1,12 @@
---- aspell-0.50.5/common/config.cpp~   2005-06-08 08:04:27.000000000 +0200
-+++ aspell-0.50.5/common/config.cpp    2005-06-08 08:05:17.000000000 +0200
-@@ -899,7 +899,7 @@
- #  define PERSONAL "<actual-lang>.pws"
- #  define REPL     "<actual-lang>.prepl"
+diff -ruN aspell-0.60.2.orig/common/config.cpp aspell-0.60.2/common/config.cpp
+--- aspell-0.60.2.orig/common/config.cpp       2004-11-22 08:38:23.000000000 +0100
++++ aspell-0.60.2/common/config.cpp    2005-06-11 02:04:36.000000000 +0200
+@@ -1343,7 +1343,7 @@
+ #  define PERSONAL "<lang>.pws"
+ #  define REPL     "<lang>.prepl"
  #else
 -#  define HOME_DIR "<$HOME|./>"
 +#  define HOME_DIR "<$HOME_ETC|$HOME|./>"
- #  define PERSONAL ".aspell.<actual-lang>.pws"
- #  define REPL     ".aspell.<actual-lang>.prepl"
+ #  define PERSONAL ".aspell.<lang>.pws"
+ #  define REPL     ".aspell.<lang>.prepl"
  #endif
This page took 0.116139 seconds and 4 git commands to generate.