oops, forgot to add this patch for the php4-pear subpackage

This commit is contained in:
avsm 2001-06-12 15:08:03 +00:00
parent 498ae98a53
commit df9d0f04ab

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-pear_Makefile_in,v 1.1 2001/06/12 15:08:03 avsm Exp $
--- pear/Makefile.in.orig Tue Jun 12 15:44:00 2001
+++ pear/Makefile.in Tue Jun 12 15:44:08 2001
@@ -7,7 +7,7 @@ install_targets = \
include $(top_srcdir)/build/rules.mk
-peardir=$(PEAR_INSTALLDIR)
+peardir=${DESTDIR}$(PEAR_INSTALLDIR)
PEAR_SUBDIRS = \
Benchmark \