]> git.pld-linux.org Git - packages/w3c-libwww.git/commitdiff
This commit was manufactured by cvs2git to create tag 'STABLE'. STABLE
authorcvs2git <feedback@pld-linux.org>
Sat, 2 Mar 2002 07:54:17 +0000 (07:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2002-03-02 07:54:17 UTC kloczek <kloczek@pld-linux.org> '- release 6,'
Cherrypick from master 2000-02-07 18:24:37 UTC kloczek <kloczek@pld-linux.org> '- allow "make install DESTDIR=</install/prefix>".':
    w3c-libwww-DESTDIR.patch -> 1.1

w3c-libwww-DESTDIR.patch [new file with mode: 0644]

diff --git a/w3c-libwww-DESTDIR.patch b/w3c-libwww-DESTDIR.patch
new file mode 100644 (file)
index 0000000..ffbbaa4
--- /dev/null
@@ -0,0 +1,14 @@
+diff -Nru w3c-libwww-5.2.8/Makefile.am w3c-libwww-5.2.8.new/Makefile.am
+--- w3c-libwww-5.2.8/Makefile.am       Mon Apr  5 17:13:57 1999
++++ w3c-libwww-5.2.8.new/Makefile.am   Mon Feb  7 07:58:57 2000
+@@ -24,8 +24,8 @@
+ # We need to install the config.h header file as well
+ install-exec-local:
+       @$(NORMAL_INSTALL)
+-      $(mkinstalldirs) $(pkgincludedir)
+-      $(INSTALL_DATA) $(top_builddir)/$(CONFIG_HEADER) $(pkgincludedir)/$(CONFIG_HEADER);
++      $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
++      $(INSTALL_DATA) $(top_builddir)/$(CONFIG_HEADER) $(DESTDIR)$(pkgincludedir)/$(CONFIG_HEADER);
+ # This is our install script provided by Soren Sandmann
+ bin_SCRIPTS = libwww-config
This page took 0.093468 seconds and 4 git commands to generate.