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"