From 18302d81ba8b885323e945cd2dbd318c0ba96290 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 4 Mar 2019 23:20:01 +0000 Subject: Remove a hard coded version number git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11544 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/libffi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/libffi.xml b/chapter06/libffi.xml index 24b8879ef..360ddf521 100644 --- a/chapter06/libffi.xml +++ b/chapter06/libffi.xml @@ -52,7 +52,7 @@ Modify the Makefile to install headers into the standard /usr/include directory instead of - /usr/lib/libffi-3.2.1/include. + /usr/lib/libffi-&libffi-version;/include. sed -e '/^includesdir/ s/$(libdir).*$/$(includedir)/' \ -i include/Makefile.in -- cgit v1.2.3-54-g00ecf