Author: glen                         Date: Mon Jan  4 17:56:21 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- restore link creation (negation lost by mistake); rel 3

---- Files affected:
packages/bash-completion:
   bash-completion.spec (1.156 -> 1.157) 

---- Diffs:

================================================================
Index: packages/bash-completion/bash-completion.spec
diff -u packages/bash-completion/bash-completion.spec:1.156 
packages/bash-completion/bash-completion.spec:1.157
--- packages/bash-completion/bash-completion.spec:1.156 Thu Nov 19 12:35:11 2009
+++ packages/bash-completion/bash-completion.spec       Mon Jan  4 18:56:15 2010
@@ -9,7 +9,7 @@
 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
@@ -165,7 +165,7 @@
 %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\
@@ -445,6 +445,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.157  2010/01/04 17:56:15  glen
+- restore link creation (negation lost by mistake); rel 3
+
 Revision 1.156  2009/11/19 11:35:11  glen
 - add mysqldump completion
 - add support for multiple completions for same rpm package trigger
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bash-completion/bash-completion.spec?r1=1.156&r2=1.157&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to