]> git.pld-linux.org Git - packages/aspell-pl-alt.git/blobdiff - aspell-pl-alt-configure.patch
- initial version
[packages/aspell-pl-alt.git] / aspell-pl-alt-configure.patch
diff --git a/aspell-pl-alt-configure.patch b/aspell-pl-alt-configure.patch
new file mode 100644 (file)
index 0000000..08122c4
--- /dev/null
@@ -0,0 +1,16 @@
+--- alt-aspell-pl-20040916/configure.orig      2004-09-17 02:47:30.263333952 +0200
++++ alt-aspell-pl-20040916/configure   2004-09-17 02:48:12.548905568 +0200
+@@ -68,11 +68,11 @@
+   then WORD_LIST_COMPRESS=word-list-compress; fi
+ echo $ECHO_N "Finding Dictionary file location ... $ECHO_C"
+-dictdir=`$ASPELL dump config | grep "# dict-dir current" | cut -d : -f 2 | tr -d " "`
++dictdir=`$ASPELL dump config dict-dir`
+ echo $dictdir
+ echo $ECHO_N "Finding Data file location ... $ECHO_C"
+-datadir=`$ASPELL dump config | grep "# data-dir current" | cut -d : -f 2 | tr -d " "`
++datadir=`$ASPELL dump config data-dir`
+ echo $datadir
+ echo "ASPELL = $ASPELL" > Makefile
This page took 0.033873 seconds and 4 git commands to generate.