1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Fix regex

This commit is contained in:
Sascha Schumann
2000-05-06 01:41:14 +00:00
parent 661758348c
commit fbfd92c775

View File

@@ -26,7 +26,7 @@ install-data-local:
$(mkinstalldirs) $(peardir)/$$i; \
done; \
for i in $(PEAR_FILES); do \
dir=`echo $$i|sed 's%[^/][^/]*$%%'`; \
dir=`echo $$i|sed 's%[^/][^/]*$$%%'`; \
$(INSTALL_DATA) $(srcdir)/$$i $(peardir)/$$dir; \
done; \
else \