summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/pod/perl571delta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/pod/perl571delta.pod')
-rw-r--r--gnu/usr.bin/perl/pod/perl571delta.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/pod/perl571delta.pod b/gnu/usr.bin/perl/pod/perl571delta.pod
index 431c35928bd..aff02e5addf 100644
--- a/gnu/usr.bin/perl/pod/perl571delta.pod
+++ b/gnu/usr.bin/perl/pod/perl571delta.pod
@@ -771,17 +771,17 @@ SOCKS support is now much more robust.
If your file system supports symbolic links you can build Perl outside
of the source directory by
- mkdir /tmp/perl/build/directory
- cd /tmp/perl/build/directory
+ mkdir perl/build/directory
+ cd perl/build/directory
sh /path/to/perl/source/Configure -Dmksymlinks ...
-This will create in /tmp/perl/build/directory a tree of symbolic links
+This will create in perl/build/directory a tree of symbolic links
pointing to files in /path/to/perl/source. The original files are left
unaffected. After Configure has finished you can just say
make all test
-and Perl will be built and tested, all in /tmp/perl/build/directory.
+and Perl will be built and tested, all in perl/build/directory.
=back