]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
bash-completion: Install this package by default.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Sep 2012 16:45:27 +0000 (16:45 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Sep 2012 16:45:27 +0000 (16:45 +0000)
I think it is very handy and makes using the command line
prompt more easy. Especially for newbies.

bash-completion/bash-completion.nm

index 6e0eda416b9ec918b4a39a4334ad3accc9bc876c..2648f96647e334ad2379597250e63d493dd67edd 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = bash-completion
 version    = 1.99
-release    = 1
+release    = 2
 arch       = noarch
 
 groups     = Development/Languages
@@ -32,8 +32,10 @@ end
 
 packages
        package %{name}
+               groups += Base
 
-       requires
-               bash >= 4.1
+               requires
+                       bash >= 4.1
+               end
        end
 end