270e29528e
fixes CVE-2006-2453 and CVE-2006-2480 http://secunia.com/advisories/20199/ ok naddy@
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
$OpenBSD: patch-doc_eu_Makefile_in,v 1.1 2006/06/13 19:27:54 steven Exp $
|
|
--- doc/eu/Makefile.in.orig Thu May 25 22:49:19 2006
|
|
+++ doc/eu/Makefile.in Thu Jun 8 12:19:25 2006
|
|
@@ -332,6 +332,7 @@ entities =
|
|
# This variable (docdir) specifies where the documents should be installed.
|
|
# This default value should work for most packages.
|
|
@HAVE_GNOME_TRUE@docdir = $(datadir)/gnome/help/$(docname)/$(lang)
|
|
+docdir = $(datadir)/gnome/help/$(docname)/$(lang)
|
|
|
|
# ********** You should not have to edit below this line **********
|
|
xml_files = $(entities) $(docname).xml
|
|
@@ -587,7 +588,7 @@ install-data-hook-omf:
|
|
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
|
|
done; \
|
|
fi
|
|
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
|
|
+ # -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
|
|
|
|
uninstall-local-omf:
|
|
-for file in $(srcdir)/*.omf; do \
|
|
@@ -604,7 +605,7 @@ clean-local-omf:
|
|
done; \
|
|
fi
|
|
|
|
-all: omf
|
|
+all:
|
|
|
|
$(docname).xml: $(entities)
|
|
-ourdir=`pwd`; \
|