]> git.pld-linux.org Git - packages/dracut.git/blob - no-rh.patch
Only install plymouth logo file if it exists
[packages/dracut.git] / no-rh.patch
1 --- dracut-017/modules.d/10rpmversion/module-setup.sh~  2012-02-24 15:38:08.000000000 +0100
2 +++ dracut-017/modules.d/10rpmversion/module-setup.sh   2012-03-21 14:06:18.113626194 +0100
3 @@ -4,7 +4,7 @@
4  
5  check() {
6      [[ "$mount_needs" ]] && return 1
7 -    [ -f /etc/redhat-release ]
8 +    [ -x /bin/rpm ]
9  }
10  
11  depends() {
This page took 0.027598 seconds and 3 git commands to generate.