]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-pgaccess-typo.patch
- enable support for locales and multibyte databeses
[packages/postgresql.git] / postgresql-pgaccess-typo.patch
CommitLineData
53dd1abd 1diff -urN postgresql-7.0.2/src/bin/pgaccess/Makefile postgresql-7.0.2-new/src/bin/pgaccess/Makefile
2--- postgresql-7.0.2/src/bin/pgaccess/Makefile Fri Oct 6 17:55:59 2000
3+++ postgresql-7.0.2-new/src/bin/pgaccess/Makefile Fri Oct 6 17:54:22 2000
4@@ -22,7 +22,7 @@
5
6 install:
7 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pgaccess/help
8- $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pgaccess/anguages
9+ $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pgaccess/languages
10 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pgaccess/images
11 $(INSTALL) $(INSTL_EXE_OPTS) pgaccess $(DESTDIR)$(BINDIR)/pgaccess
12 $(INSTALL) $(INSTL_EXE_OPTS) main.tcl $(DESTDIR)$(LIBDIR)/pgaccess
This page took 0.085995 seconds and 4 git commands to generate.