]> git.pld-linux.org Git - packages/php.git/commitdiff
- make phar link relative
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 27 Aug 2010 16:22:36 +0000 (16:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.896

php.spec

index 5408c1630c2c5f8e63fff09efb00ac7e2328d440..85d109117405af44c832be25016c7ac9e023e6ff 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2216,6 +2216,9 @@ cp -af Makefile.cli Makefile
 %{__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
This page took 1.46894 seconds and 4 git commands to generate.