]> git.pld-linux.org Git - packages/aspell-pl-alt.git/commitdiff
- initial version
authortommat <tommat@pld-linux.org>
Fri, 17 Sep 2004 00:54:21 +0000 (00:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-pl-alt-configure.patch -> 1.1

aspell-pl-alt-configure.patch [new file with mode: 0644]

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.137739 seconds and 4 git commands to generate.