From 53fea662adbf78ce97b47363508cf31e1fa208ba Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 12:19:19 +0300 Subject: [PATCH] make: update for new env --- core/make/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/make/build b/core/make/build index 206a476a..db0f508c 100755 --- a/core/make/build +++ b/core/make/build @@ -6,4 +6,4 @@ export CFLAGS="$CFLAGS -static" --prefix=/usr make -make DESTDIR="$1" install +make install