]> git.pld-linux.org Git - packages/bash.git/commitdiff
- fix: register correctly skel files (".*" is the same as ".").
authorkloczek <kloczek@pld-linux.org>
Fri, 16 Jul 1999 00:43:49 +0000 (00:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash.spec -> 1.28

bash.spec

index d024f81e5af461695fdea956f0f34598d486f450..430844067e18b8b46504bff1b65288e001009cd7 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -194,8 +194,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc {NEWS,README}.gz doc/{FAQ,INTRO}.gz
 
 /etc/bashrc
-/etc/skel/C/.*
-%lang(pl) /etc/skel/pl/.*
+
+/skel/C/.bash_logout
+/skel/C/.bash_profile
+/etc/skel/C/.bashrc
+%lang(pl) /etc/skel/pl/.bashrc
 
 %attr(755,root,root) /bin/bash
 %attr(755,root,root) /bin/rbash
This page took 0.100451 seconds and 4 git commands to generate.