summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/dracut')
-rw-r--r--sys-kernel/dracut/dracut-034-r4.ebuild2
-rw-r--r--sys-kernel/dracut/dracut-040-r3.ebuild2
-rw-r--r--sys-kernel/dracut/dracut-041-r3.ebuild2
-rw-r--r--sys-kernel/dracut/dracut-043-r1.ebuild2
-rw-r--r--sys-kernel/dracut/dracut-043.ebuild2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys-kernel/dracut/dracut-034-r4.ebuild b/sys-kernel/dracut/dracut-034-r4.ebuild
index ea80f7f2d827..041e7e699623 100644
--- a/sys-kernel/dracut/dracut-034-r4.ebuild
+++ b/sys-kernel/dracut/dracut-034-r4.ebuild
@@ -284,7 +284,7 @@ src_install() {
}
pkg_postinst() {
- if linux-info_get_any_version && linux_config_src_exists; then
+ if linux-info_get_any_version && linux_config_exists; then
ewarn ""
ewarn "If the following test report contains a missing kernel"
ewarn "configuration option, you should reconfigure and rebuild your"
diff --git a/sys-kernel/dracut/dracut-040-r3.ebuild b/sys-kernel/dracut/dracut-040-r3.ebuild
index 0ab6bd89b9a9..8bf31be63b58 100644
--- a/sys-kernel/dracut/dracut-040-r3.ebuild
+++ b/sys-kernel/dracut/dracut-040-r3.ebuild
@@ -198,7 +198,7 @@ src_install() {
}
pkg_postinst() {
- if linux-info_get_any_version && linux_config_src_exists; then
+ if linux-info_get_any_version && linux_config_exists; then
ewarn ""
ewarn "If the following test report contains a missing kernel"
ewarn "configuration option, you should reconfigure and rebuild your"
diff --git a/sys-kernel/dracut/dracut-041-r3.ebuild b/sys-kernel/dracut/dracut-041-r3.ebuild
index a7318cbf1f8c..d96e6477c089 100644
--- a/sys-kernel/dracut/dracut-041-r3.ebuild
+++ b/sys-kernel/dracut/dracut-041-r3.ebuild
@@ -206,7 +206,7 @@ src_install() {
}
pkg_postinst() {
- if linux-info_get_any_version && linux_config_src_exists; then
+ if linux-info_get_any_version && linux_config_exists; then
ewarn ""
ewarn "If the following test report contains a missing kernel"
ewarn "configuration option, you should reconfigure and rebuild your"
diff --git a/sys-kernel/dracut/dracut-043-r1.ebuild b/sys-kernel/dracut/dracut-043-r1.ebuild
index e38d97c843dd..6c1646423289 100644
--- a/sys-kernel/dracut/dracut-043-r1.ebuild
+++ b/sys-kernel/dracut/dracut-043-r1.ebuild
@@ -202,7 +202,7 @@ src_install() {
}
pkg_postinst() {
- if linux-info_get_any_version && linux_config_src_exists; then
+ if linux-info_get_any_version && linux_config_exists; then
ewarn ""
ewarn "If the following test report contains a missing kernel"
ewarn "configuration option, you should reconfigure and rebuild your"
diff --git a/sys-kernel/dracut/dracut-043.ebuild b/sys-kernel/dracut/dracut-043.ebuild
index 04eb96479f1e..290055ae959a 100644
--- a/sys-kernel/dracut/dracut-043.ebuild
+++ b/sys-kernel/dracut/dracut-043.ebuild
@@ -197,7 +197,7 @@ src_install() {
}
pkg_postinst() {
- if linux-info_get_any_version && linux_config_src_exists; then
+ if linux-info_get_any_version && linux_config_exists; then
ewarn ""
ewarn "If the following test report contains a missing kernel"
ewarn "configuration option, you should reconfigure and rebuild your"