]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- giving off /etc/bash_completion.d (can be used through e.g. openoffice.org)
authorKarol Krenski <charles@pld-linux.org>
Tue, 9 Aug 2005 21:25:07 +0000 (21:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion.spec -> 1.120

bash-completion.spec

index 226ca41c813d21c0dc814ea7f8d0ccfca1040c56..f7494cf6a782d46a10297e45d8a52c06a99bf779 100644 (file)
@@ -84,7 +84,8 @@ sed -i -e '/^# START bash completion/,/^# END bash completion/d' /etc/bashrc
 %defattr(644,root,root,755)
 %doc README Changelog BUGS
 %{_sysconfdir}/bash_completion
-%{_sysconfdir}/bash_completion.d/
+%dir %{_sysconfdir}/bash_completion.d
+%{_sysconfdir}/bash_completion.d/*
 %attr(755,root,root) /etc/shrc.d/%{name}.sh
 
 %files rpm-cache
This page took 0.040989 seconds and 4 git commands to generate.