summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-system-xz.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-system-xz.make b/rules/host-system-xz.make
index 3de62c8..c4f089e 100644
--- a/rules/host-system-xz.make
+++ b/rules/host-system-xz.make
@@ -21,7 +21,7 @@ $(STATEDIR)/host-system-xz.prepare:
@echo "Checking for expat ..."
@pkg-config liblzma || \
ptxd_bailout "xz (lzma) development files not found!" \
- "Please install liblzma-dev (debian)"
+ "Please install liblzma-dev (debian) or xz-devel (fedora)"
@$(call touch)
# vim: syntax=make