]> git.pld-linux.org Git - packages/aspell-pl-alt.git/blame - aspell-pl-alt-configure.patch
- rel up
[packages/aspell-pl-alt.git] / aspell-pl-alt-configure.patch
CommitLineData
8ad2d586 1--- alt-aspell-pl-20040916/configure.orig 2004-09-17 02:47:30.263333952 +0200
2+++ alt-aspell-pl-20040916/configure 2004-09-17 02:48:12.548905568 +0200
3@@ -68,11 +68,11 @@
4 then WORD_LIST_COMPRESS=word-list-compress; fi
5
6 echo $ECHO_N "Finding Dictionary file location ... $ECHO_C"
7-dictdir=`$ASPELL dump config | grep "# dict-dir current" | cut -d : -f 2 | tr -d " "`
8+dictdir=`$ASPELL dump config dict-dir`
9 echo $dictdir
10
11 echo $ECHO_N "Finding Data file location ... $ECHO_C"
12-datadir=`$ASPELL dump config | grep "# data-dir current" | cut -d : -f 2 | tr -d " "`
13+datadir=`$ASPELL dump config data-dir`
14 echo $datadir
15
16 echo "ASPELL = $ASPELL" > Makefile
This page took 0.046277 seconds and 4 git commands to generate.