Skip to content

Commit 3b5994b

Browse files
committed
1 parent bafe0d9 commit 3b5994b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ sudo apt-get install -y \
2424

2525
# https://bugs.php.net/bug.php?id=69055
2626
sudo apt-get purge bison
27-
2827
sudo apt-get install -y build-essential m4
2928

3029
wget http://ftp.gnu.org/gnu/bison/bison-2.7.tar.gz
@@ -40,6 +39,8 @@ sudo make install
4039
sudo ln -sf /usr/local/bison/bin/bison /usr/bin/bison
4140
sudo ln -sf /usr/local/bison/bin/yacc /usr/bin/yacc
4241

42+
cd ..
43+
4344

4445
sudo mkdir /usr/local/php5
4546

0 commit comments

Comments
 (0)