summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-01-18 19:46:48 +0100
committerRemi Collet <fedora@famillecollet.com>2012-01-18 19:46:48 +0100
commitec8e3c6425d6e29dc04e4e5c4747a03ea4d61bce (patch)
treeeef4de6b91850b60ec7052283babaec40b65ee8e
parent3ad29d69f8b04259174342f945a4a442ff85e171 (diff)
php 5.4: add some fedora patches back (dlopen, easter, phpize)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 715f513..b3c5312 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ sign:
rpmsign --addsign *.src.rpm
/tmp/filtered.spec: $(NAME).spec
- sed -e "s/%{phpname}/php/g;s/%{phpconfdir}/%{_sysconfdir}/g;s/%{phpbindir}/%{_bindir}/g;s/%{phpincldir}/%{_includedir}/g" $(NAME).spec >/tmp/filtered.spec
+ sed -e "s/%{phpname}/php/g;s/%{phpconfdir}/%{_sysconfdir}/g;s/%{phpbindir}/%{_bindir}/g;s/%{phpincldir}/%{_includedir}/g;s/%{_origsysconfdir}/%{_sysconfdir}/g;s/%{_origincludedir}/%{_includedir}/g" $(NAME).spec >/tmp/filtered.spec
diff: /tmp/filtered.spec
colordiff -u /tmp/filtered.spec /home/extras/GIT/$(NAME)/$(NAME).spec