X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=blobdiff_plain;f=aspell-pl-alt-configure.patch;fp=aspell-pl-alt-configure.patch;h=08122c4589aba475bb02b6c57f51ed1e41ddd59d;hb=8ad2d586b69d5121b0b1b15e0e7e793b1b35ac2c;hp=0000000000000000000000000000000000000000;hpb=bfb562e9f5b456577e252b3b8da306e5befabd0b;p=packages%2Faspell-pl-alt.git diff --git a/aspell-pl-alt-configure.patch b/aspell-pl-alt-configure.patch new file mode 100644 index 0000000..08122c4 --- /dev/null +++ b/aspell-pl-alt-configure.patch @@ -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