]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-pgaccess-typo.patch
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/postgresql.git] / postgresql-pgaccess-typo.patch
1 diff -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.035661 seconds and 3 git commands to generate.