]> git.pld-linux.org Git - packages/lynx.git/blob - lynx-po_DESTDIR.patch
820a973a7d9c90bcce535a1073e92e19 lynx-po_DESTDIR.patch
[packages/lynx.git] / lynx-po_DESTDIR.patch
1 Binary files lynx2-8-4.orig/po/.makefile.inn.swp and lynx2-8-4/po/.makefile.inn.swp differ
2 diff -Nru lynx2-8-4.orig/po/makefile.inn lynx2-8-4/po/makefile.inn
3 --- lynx2-8-4.orig/po/makefile.inn      Mon Jun  5 14:28:58 2000
4 +++ lynx2-8-4/po/makefile.inn   Mon Jun  5 14:30:59 2000
5 @@ -20,10 +20,10 @@
6  
7  prefix = @prefix@
8  exec_prefix = @exec_prefix@
9 -datadir = @NLS_DATADIR@
10 +datadir = $(DESTDIR)@NLS_DATADIR@
11  localedir = $(datadir)/locale
12 -gnulocaledir = $(prefix)/share/locale
13 -gettextsrcdir = $(prefix)/share/gettext/po
14 +gnulocaledir = $(DESTDIR)$(prefix)/share/locale
15 +gettextsrcdir = $(DESTDIR)$(prefix)/share/gettext/po
16  subdir = po
17  
18  INSTALL = @INSTALL@
This page took 0.034637 seconds and 4 git commands to generate.