diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-04 00:07:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-04 00:07:02 +0000 |
commit | eb745c8b3db07c94fa6301c40419a7ff472af7ad (patch) | |
tree | 53651ede0606e0daa6aa45a20b7e2c035911b41d /prologue | |
parent | 6cc051651b1fe70f88a8d92387ebe1dde9810c8b (diff) |
Fix 'make validate' Makefile rule
Add Perl version check to Host System Requirements
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 21d2ea71f..3e7125264 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -156,6 +156,7 @@ gzip --version | head -n1 cat /proc/version make --version | head -n1 patch --version | head -n1 +perl -V:version sed --version | head -n1 tar --version | head -n1 makeinfo --version | head -n1 |