]> granicus.if.org Git - php/commitdiff
fix make install for PEAR. (bug 7109)
authorChuck Hagenbuch <chagenbu@php.net>
Thu, 12 Oct 2000 14:02:26 +0000 (14:02 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Thu, 12 Oct 2000 14:02:26 +0000 (14:02 +0000)
pear/Makefile.in

index 0fbd44d32aa7e5aa3b334a5616954b297a34b3d4..699a0ec4d6d7b24be58b46ff5f0a0043d09b0694 100644 (file)
@@ -52,8 +52,7 @@ install-data-local: PEAR.php
                        (set -x;$(INSTALL_DATA) $(srcdir)/$$i $(peardir)/$$dir); \
                done; \
                for i in PEAR.php; do \
-                       dir=`echo $$i|sed 's%[^/][^/]*$$%%'`; \
-                       (set -x;$(INSTALL_DATA) $(builddir)/$$i $(peardir)/$$dir); \
+                       (set -x;$(INSTALL_DATA) $$i $(peardir)); \
                done; \
        else \
                cat $(srcdir)/install-pear.txt; \