]> git.pld-linux.org Git - packages/lynx.git/blob - lynx-po_DESTDIR.patch
- bugfix taken from OpenBSD
[packages/lynx.git] / lynx-po_DESTDIR.patch
1 --- lynx2-8-4.ori/po/makefile.inn       Fri Aug  4 10:48:49 2000
2 +++ lynx2-8-4/po/makefile.inn   Fri Aug  4 10:48:25 2000
3 @@ -20,7 +20,7 @@
4  
5  prefix = @prefix@
6  exec_prefix = @exec_prefix@
7 -datadir = @NLS_DATADIR@
8 +datadir = $(DESTDIR)@NLS_DATADIR@
9  localedir = $(DESTDIR)$(datadir)/locale
10  gnulocaledir = $(DESTDIR)$(prefix)/share/locale
11  gettextsrcdir = $(DESTDIR)$(prefix)/share/gettext/po
This page took 0.025148 seconds and 3 git commands to generate.