[packages/phpstorm] install pstorm symlink to match installation of the wrapper

glen glen at pld-linux.org
Mon Jul 21 22:32:31 CEST 2014


commit 17c1946d519ed10e798262ba3f7776ca93b9dcf5
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jul 21 19:27:31 2014 +0300

    install pstorm symlink to match installation of the wrapper

 phpstorm.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/phpstorm.spec b/phpstorm.spec
index 13ea7d9..03f0f17 100644
--- a/phpstorm.spec
+++ b/phpstorm.spec
@@ -79,6 +79,7 @@ ln -s %{_pixmapsdir}/%{name}.png $RPM_BUILD_ROOT%{_appdir}/bin
 cp -p webide.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install -p %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/%{name}
+ln -s %{name} $RPM_BUILD_ROOT%{_bindir}/pstorm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -86,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/pstorm
 %dir %{_appdir}
 %{_appdir}/help
 %{_appdir}/license
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/phpstorm.git/commitdiff/17c1946d519ed10e798262ba3f7776ca93b9dcf5



More information about the pld-cvs-commit mailing list