packages: php/php.spec - make phar link relative

glen glen at pld-linux.org
Fri Aug 27 18:22:42 CEST 2010


Author: glen                         Date: Fri Aug 27 16:22:42 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make phar link relative

---- Files affected:
packages/php:
   php.spec (1.895 -> 1.896) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.895 packages/php/php.spec:1.896
--- packages/php/php.spec:1.895	Fri Aug 27 00:04:15 2010
+++ packages/php/php.spec	Fri Aug 27 18:22:36 2010
@@ -2217,6 +2217,9 @@
 %{__make} install \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
 
+# make link relative
+ln -sfn phar.phar $RPM_BUILD_ROOT%{_bindir}/phar
+
 # install Apache1 DSO module
 %if %{with apache1}
 libtool --silent --mode=install install sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1
@@ -3154,6 +3157,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.896  2010/08/27 16:22:36  glen
+- make phar link relative
+
 Revision 1.895  2010/08/26 22:04:15  glen
 - set date.timezone only if not yet set (note by blues on pld-devel-en); rel 8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.895&r2=1.896&f=u



More information about the pld-cvs-commit mailing list