]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- fix default templatedir
authorKacper Kornet <draenog@pld-linux.org>
Fri, 29 Apr 2011 20:26:29 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    git-core.spec -> 1.242

git-core.spec

index dc3777edb0c5a116c6b51a2965da0fed5efd5295..889a5a685482cec003ef71e18e63a27823cd2cde 100644 (file)
@@ -8,7 +8,7 @@
 Summary:       Distributed version control system focused on speed, effectivity and usability
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
-Release:       1
+Release:       2
 Version:       1.7.5
 License:       GPL v2
 Group:         Development/Tools
@@ -409,7 +409,7 @@ install -d $RPM_BUILD_ROOT/etc/{sysconfig/rc-inetd,rc.d/init.d}
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/git-core
 cat << EOF > $RPM_BUILD_ROOT%{_sysconfdir}/git-core/gitconfig
 [init]
-       templatedir = /etc/gitolite/templates
+       templatedir = /etc/git-core/templates
 EOF
 
 %{__make} install \
This page took 0.029632 seconds and 4 git commands to generate.