aspell/aspell-0.50.3.prefix.patch
cvsdist 9bf5c6491b auto-import changelog data from aspell-0.50.3-16.src.rpm
0.50.3-16
- moved spell compat script from /usr/share/aspell to /usr/bin (#105921)
0.50.3-15
- moved ispell compat script from /usr/share/aspell to /usr/bin (#90907)
0.50.3-14
- removed emacs/xemacs el files which are already provided
0.50.3-13
- provide pspell-devel in addition to obsoleting it
0.50.3-12
- obsolete old dicts designed for previous aspell
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
0.50.3-10
- rebuild again to fix libpspell deps
0.50.3-9
- remove ExcludeArch
0.50.3-8
- fix build with gcc 3.3
Thu May 22 2003 Adrian Havill <havill@redhat.com> 0.50.3-7
- require aspell-en for upgrades
0.50.3-6
- -devel should obsolete pspell-devel
Tue May 06 2003 Joe Orton <jorton@redhat.com> 0.50.3-5
- include libpspell.so in devel package
Thu May 01 2003 Adrian Havill <havill@redhat.com> 0.50.3-4
- removed .la files
Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-3
- Changed the header for provides, obsoletes, epoch
- fixed config prefix in dirs.h
Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-1
- upgrade to 0.50.3
2004-09-09 03:06:51 +00:00

16 lines
545 B
Diff

--- aspell-0.50.3/common/Makefile.in.prefix 2003-04-28 14:47:40.000000000 -0400
+++ aspell-0.50.3/common/Makefile.in 2003-04-28 14:50:50.000000000 -0400
@@ -516,10 +516,10 @@
dirs.h: mk-dirs_h
- echo '#define PREFIX "${prefix}"' > dirs.h
+ echo '#define PREFIX "/usr"' > dirs.h
./mk-dirs_h ${prefix} DICT_DIR ${pkglibdir} >> dirs.h
./mk-dirs_h ${prefix} DATA_DIR ${pkgdatadir} >> dirs.h
- ./mk-dirs_h ${prefix} CONF_DIR ${sysconfdir} >> dirs.h
+ echo '#define CONF_DIR "/etc"' >> dirs.h
config.cpp: dirs.h