diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-01-18 19:46:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-01-18 19:46:48 +0100 |
commit | ec8e3c6425d6e29dc04e4e5c4747a03ea4d61bce (patch) | |
tree | eef4de6b91850b60ec7052283babaec40b65ee8e /Makefile | |
parent | 3ad29d69f8b04259174342f945a4a442ff85e171 (diff) |
php 5.4: add some fedora patches back (dlopen, easter, phpize)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |