Improve help message when failing to find zlib development files
on a Fedora system (RPM based).

Signed-off-by: Bruno Thomsen <[email protected]>
---
 rules/host-system-zlib.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/host-system-zlib.make b/rules/host-system-zlib.make
index 33c3cd7..ceb56c1 100644
--- a/rules/host-system-zlib.make
+++ b/rules/host-system-zlib.make
@@ -21,7 +21,7 @@ $(STATEDIR)/host-system-zlib.prepare:
        @echo "Checking for zlib ..."
        @pkg-config zlib || \
                ptxd_bailout "zlib development files not found!" \
-               "Please install zlib1g-dev (debian)"
+               "Please install zlib1g-dev (debian) or zlib-devel (fedora)"
        @$(call touch)
 
 # vim: syntax=make
-- 
2.31.1


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to