From 82f1f5aaa7f2b4932c5aa4ad4a06eb59ae11417e Mon Sep 17 00:00:00 2001 From: hippoz Date: Wed, 30 Jun 2021 00:34:20 +0300 Subject: [PATCH] [quick package fix] fix bison prepare --- bison/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bison/Makefile b/bison/Makefile index 4448401..6ae580c 100644 --- a/bison/Makefile +++ b/bison/Makefile @@ -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