]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- restore link creation (negation lost by mistake); rel 3 auto/ac/bash-completion-1_1-3 auto/th/bash-completion-1_1-3
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Jan 2010 17:56:15 +0000 (17:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion.spec -> 1.157

bash-completion.spec

index 0400e36b0020dc0d58d172f7d28f5e5b797956cb..55cb8b28766b93c9bc82ed5d636ec96a43eb50ad 100644 (file)
@@ -8,7 +8,7 @@ Summary:        bash-completion offers programmable completion for bash
 Summary(pl.UTF-8):     Programowalne uzupełnianie nazw dla basha
 Name:          bash-completion
 Version:       1.1
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL
 Group:         Applications/Shells
@@ -164,7 +164,7 @@ done
 %triggerin -- %1\
 for comp in {%{?2}%{!?2:%1},}; do\
        [ "$comp" ] || continue\
-       if [ -L %{_sysconfdir}/bash_completion.d/$comp ] ; then\
+       if [ ! -L %{_sysconfdir}/bash_completion.d/$comp ]; then\
                ln -sf ../..%{_datadir}/%{name}/$comp %{_sysconfdir}/bash_completion.d\
        fi\
 done\
This page took 0.062378 seconds and 4 git commands to generate.