]> git.pld-linux.org Git - packages/git-core.git/commitdiff
one more symlink auto/th/git-core-2.8.0-3
authorElan Ruusamäe <glen@delfi.ee>
Wed, 13 Apr 2016 21:07:51 +0000 (00:07 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 13 Apr 2016 21:07:52 +0000 (00:07 +0300)
for completeness

git-core.spec

index 4d75658376f9d0cedb5b96dce130f1e8f7c80137..b49cff132f1ce729097778816e89bef691fac061 100644 (file)
@@ -14,7 +14,7 @@ Summary:      Distributed version control system focused on speed, effectivity and us
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
 Version:       2.8.0
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
 Version:       2.8.0
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
@@ -596,8 +596,9 @@ sed -e 's,@libdir@/git-core,%{gitcoredir},g' -i $RPM_BUILD_ROOT/etc/sysconfig/rc
 # same file, link
 ln -sf git $RPM_BUILD_ROOT%{_bindir}/git-receive-pack
 ln -sf git $RPM_BUILD_ROOT%{_bindir}/git-upload-archive
 # same file, link
 ln -sf git $RPM_BUILD_ROOT%{_bindir}/git-receive-pack
 ln -sf git $RPM_BUILD_ROOT%{_bindir}/git-upload-archive
-ln -sf ../../%{gitcoredir}/git-shell $RPM_BUILD_ROOT%{_bindir}/git-shell
-ln -sf ../../%{gitcoredir}/git-upload-pack $RPM_BUILD_ROOT%{_bindir}/git-upload-pack
+ln -sf ../..%{gitcoredir}/git-shell $RPM_BUILD_ROOT%{_bindir}/git-shell
+ln -sf ../..%{gitcoredir}/git-upload-pack $RPM_BUILD_ROOT%{_bindir}/git-upload-pack
+ln -sf ../..%{gitcoredir}/git $RPM_BUILD_ROOT%{_bindir}/git
 
 # convert all hardlinks to symlinks, as rpm fails to calculate it properly
 # requiring excessive free space when it may not be available
 
 # convert all hardlinks to symlinks, as rpm fails to calculate it properly
 # requiring excessive free space when it may not be available
This page took 0.028804 seconds and 4 git commands to generate.