File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ documentation.
21211 . Make sure you have installed the dependencies:
2222 * ` g++ ` 4.7 or ` clang++ ` 3.x
2323 * ` python ` 2.6 or later (but not 3.x)
24- * ` perl ` 5.0 or later
2524 * GNU ` make ` 3.81 or later
2625 * ` curl `
2726 * ` git `
Original file line number Diff line number Diff line change @@ -617,7 +617,6 @@ putvar CFG_BOOTSTRAP_KEY
617617
618618step_msg " looking for build programs"
619619
620- probe_need CFG_PERL perl
621620probe_need CFG_CURLORWGET curl wget
622621probe_need CFG_PYTHON python2.7 python2.6 python2 python
623622
13751374done
13761375
13771376# Munge any paths that appear in config.mk back to posix-y
1378- perl -i.bak -p - e ' s@ ([a-zA-Z]):[/\\]@ /\1/@go ;' config.tmp
1377+ sed -i.bak -e ' s@ \ ([a-zA-Z]\ ):[/\\]@ /\1/@g ;' config.tmp
13791378rm -f config.tmp.bak
13801379
13811380msg
You can’t perform that action at this time.
0 commit comments