Skip to content

Commit

Permalink
Adding ibm-powerkvm distro detection
Browse files Browse the repository at this point in the history
RWMJ:
Updated because the wrong version of the patch was pushed.

This updates commit 3592900.
  • Loading branch information
danielhb authored and rwmjones committed Apr 1, 2015
1 parent 3592900 commit b2b0f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpm.ml
Expand Up @@ -48,7 +48,7 @@ let mageia_detect () =
try (stat "/etc/mageia-release").st_kind = S_REG with Unix_error _ -> false

let ibm_powerkvm_detect () =
Config.rpm <> "no" && Config.rpm2cpio <> "no" && rpm_is_available () &&
Config.rpm <> "no" && Config.rpm2cpio <> "no" &&
Config.yumdownloader <> "no" &&
try
(stat "/etc/ibm_powerkvm-release").st_kind = S_REG
Expand Down

0 comments on commit b2b0f29

Please sign in to comment.