diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-18 19:55:04 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-18 19:55:04 +0000 |
commit | 00f95f0d71446537a3889b6d5297400f18b0450e (patch) | |
tree | 0fffafdbefff81ee57ea95f50410c9ef1351ca58 /chapter06/tar.xml | |
parent | 8e70866c6e6a1b3c90193bbf5c59d2a3ca56aecf (diff) |
Upgrade to Tar-1.23. Fixes #2603.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index a5baf9431..a490f5b1f 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -50,7 +50,9 @@ <para>To test the results (about 1 SBU), issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">sed -i '35 i\ +AT_UNPRIVILEGED_PREREQ' tests/remfiles01.at +make check</userinput></screen> <para>Install the package:</para> |