[packages/git-annex/standalone] Fix path issue, upstream project has script at one path but internally references it with another na

caleb caleb at pld-linux.org
Tue May 28 15:35:30 CEST 2013


commit 5565a6e708b059713e7d06b8e22fbbc3b6b463c4
Author: Caleb Maclennan <caleb at pld-linux.org>
Date:   Tue May 28 16:35:20 2013 +0300

    Fix path issue, upstream project has script at one path but internally references it with another name that it expects it as in /home/users/caleb/bin:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6/bin:.:/home/users/caleb/projects/android/sdk/tools::/home/users/caleb/.ec2/ec2-api-tools/bin

 git-annex.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/git-annex.spec b/git-annex.spec
index c739299..cde8ae3 100644
--- a/git-annex.spec
+++ b/git-annex.spec
@@ -2,7 +2,7 @@
 Summary:	Manage files with git, without checking in their contents
 Name:		git-annex-standalone
 Version:	4.20130521.1
-Release:	0.1
+Release:	0.2
 License:	GPL v3
 Group:		Applications/Archiving
 URL:		http://git-annex.branchable.com/
@@ -51,10 +51,10 @@ mv git-annex.linux/* opt/git-annex
 
 cp opt/git-annex/git-annex usr/bin/
 cp opt/git-annex/git-annex-webapp usr/bin/
-cp opt/git-annex/runshell usr/bin/
+cp opt/git-annex/runshell usr/bin/git-annex-shell
 %{__sed} -i 's:^base=.*:base=/opt/git-annex:' usr/bin/git-annex
 %{__sed} -i 's:^base=.*:base=/opt/git-annex:' usr/bin/git-annex-webapp
-%{__sed} -i 's:^base=.*:base=/opt/git-annex:' usr/bin/runshell
+%{__sed} -i 's:^base=.*:base=/opt/git-annex:' usr/bin/git-annex-shell
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -101,6 +101,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) /opt/git-annex/usr/lib/*so*
 %attr(755,root,root) /usr/bin/git-annex
 %attr(755,root,root) /usr/bin/git-annex-webapp
-%attr(755,root,root) /usr/bin/runshell
+%attr(755,root,root) /usr/bin/git-annex-shell
 #%{_mandir}/man1/%{name}.1*
 #%{_mandir}/man1/%{name}-shell.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-annex.git/commitdiff/5565a6e708b059713e7d06b8e22fbbc3b6b463c4



More information about the pld-cvs-commit mailing list