diff options
-rw-r--r-- | chapter06/e2fsprogs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 7ff43ed47..f008a4832 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -48,6 +48,8 @@ <screen><userinput remap="pre">sed -i -e 's@/bin/rm@/tools&@' lib/blkid/test_probe.in</userinput></screen> + <screen><userinput remap="pre">sed -i -e 's@(test_ss@(LD_LIBRARY_PATH=$(LIB) ./test_ss@' lib/ss/Makefile.in</userinput></screen> + <para>The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: </para> |