From aa167b5b4a7945a881cb63a0d0e63b1a6b88c8ce Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 12:01:27 +0300 Subject: [PATCH] flex: update for new env --- core/flex/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/flex/build b/core/flex/build index 549364be..f88d01c7 100755 --- a/core/flex/build +++ b/core/flex/build @@ -6,7 +6,7 @@ ac_cv_func_realloc_0_nonnull=yes make -make DESTDIR="$1" install +make install ln -s flex "$1/usr/bin/lex"