diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-30 18:22:47 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-30 18:22:47 +0000 |
commit | ae7f075dd6185f9ec93d5aedbb46e98511f25235 (patch) | |
tree | 910ae466b675094d23e33c62fa9a598b67fccfd7 /chapter06/make.xml | |
parent | f4bb2af2e4b9c007a6e660409e9fd5670c3469df (diff) |
Update to trunk r11877
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 585f8eea3..9c649cdc5 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -56,7 +56,7 @@ We use an environment variable to accomplish this. To test the results, issue:</para> -<screen><userinput remap="test">make PERL5LIB=$PWD/tests/ check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |