]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - bash/bash.nm
Merge remote-tracking branch 'arne_f/automake'
[people/ms/ipfire-3.x.git] / bash / bash.nm
index e6c0ff56b28fd9cf264ef223c929624945e6eead..4ea4fb9db6d564503ca673d34bc4d8c94814ff3b 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = bash
 version    = 4.2
-release    = 5
+release    = 8
 
 groups     = System/Tools
 url        = http://www.gnu.org/software/bash/
@@ -69,10 +69,13 @@ packages
        package %{name}
                groups += Base Build
 
-               prerequires = coreutils
-               requires = /etc/bashrc /etc/profile
+               requires
+                       coreutils
+                       /etc/bashrc
+                       /etc/profile
+               end
 
-               script postin
+               script posttransin
                        # Create /etc/shells, if it does not exist.
                        [ -f "/etc/shells" ] || touch /etc/shells