From 42b8fe713cc266a55ddc259c665d4f2e4b04dace Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Thu, 15 Feb 2018 04:23:18 +0000 Subject: [PATCH] Fix extraneous blank line from previous commit. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19765 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- postlfs/filesystems/xfsprogs.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postlfs/filesystems/xfsprogs.xml b/postlfs/filesystems/xfsprogs.xml index 9bfa709461..c0f121c283 100644 --- a/postlfs/filesystems/xfsprogs.xml +++ b/postlfs/filesystems/xfsprogs.xml @@ -82,8 +82,7 @@ Install xfsprogs by running the following commands: - -sed -i '/copy_file_range(/s/copy/xfs_&/' io/copy_file_range.c && +sed -i '/copy_file_range(/s/copy/xfs_&/' io/copy_file_range.c && make DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root \ LOCAL_CONFIGURE_OPTIONS="--enable-readline"