[quick package fix] fix bison prepare
This commit is contained in:
parent
75d3790f60
commit
82f1f5aaa7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
prepare:
|
||||
git clone https://mirrors.nav.ro/gnu/binutils/binutils-2.10.1.tar.gz binutils
|
||||
cd binutils
|
||||
git clone https://mirrors.nav.ro/gnu/bison/bison-1.25.tar.gz bison
|
||||
cd bison
|
||||
make:
|
||||
@./configure --prefix=${PREFIX}/USR
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue