]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- contrib/ files should be in %%{_sysconfdir}/bash_completion.d not in
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 28 Oct 2003 10:45:17 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  %%doc, so that we can use them.

Changed files:
    bash-completion.spec -> 1.90

bash-completion.spec

index 1c3cbab6e000ed42903f732137d0f19094bcdaec..2c91bab58818321b4846d200d7921d226d2eb336 100644 (file)
@@ -34,6 +34,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 
 install bash_completion $RPM_BUILD_ROOT%{_sysconfdir}
+install contrib/*       $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -65,6 +66,6 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc README Changelog contrib BUGS
+%doc README Changelog BUGS
 %{_sysconfdir}/bash_completion
-%dir %{_sysconfdir}/bash_completion.d
+%{_sysconfdir}/bash_completion.d/
This page took 0.03031 seconds and 4 git commands to generate.