2021-05-21 16:39:33 +00:00
|
|
|
#!/bin/bash
|
|
|
|
cd ../source
|
2021-05-22 00:07:07 +00:00
|
|
|
echo "Default installation does not have aspell binary so remove its execution"
|
|
|
|
sed -i 's/he.rws hunspell/hunspell/g' Makefile.in
|
|
|
|
./configure
|
|
|
|
sed -i '82,84d' test/test1
|
|
|
|
make V=1 test
|