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.
21
21
1 . Make sure you have installed the dependencies:
22
22
* ` g++ ` 4.7 or ` clang++ ` 3.x
23
23
* ` python ` 2.6 or later (but not 3.x)
24
- * ` perl ` 5.0 or later
25
24
* GNU ` make ` 3.81 or later
26
25
* ` curl `
27
26
* ` git `
Original file line number Diff line number Diff line change @@ -617,7 +617,6 @@ putvar CFG_BOOTSTRAP_KEY
617
617
618
618
step_msg " looking for build programs"
619
619
620
- probe_need CFG_PERL perl
621
620
probe_need CFG_CURLORWGET curl wget
622
621
probe_need CFG_PYTHON python2.7 python2.6 python2 python
623
622
1375
1374
done
1376
1375
1377
1376
# 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
1379
1378
rm -f config.tmp.bak
1380
1379
1381
1380
msg
You can’t perform that action at this time.
0 commit comments