summaryrefslogtreecommitdiff
path: root/pod/perl58delta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perl58delta.pod')
-rw-r--r--pod/perl58delta.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod
index b37157f9a0..9d955ef8a4 100644
--- a/pod/perl58delta.pod
+++ b/pod/perl58delta.pod
@@ -1905,17 +1905,17 @@ for site-wide changes).
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.
[561]
=item *