From c6d013f7609256e8e5d75ec7281f3407276e973e Mon Sep 17 00:00:00 2001 From: Tobi Laskowski Date: Sat, 4 May 2024 15:11:10 +0100 Subject: [PATCH] tmp --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 6ed93229c24..3a3f608cad8 100644 --- a/Earthfile +++ b/Earthfile @@ -146,7 +146,7 @@ INSTALL_NEKO: ARG PREFIX=/usr/local RUN bash -c "ln -s \"$NEKOPATH\"/{neko,nekoc,nekoml,nekotools} \"$PREFIX/bin/\"" RUN bash -c "ln -s \"$NEKOPATH\"/libneko.* \"$PREFIX/lib/\"" - RUN ls "$NEKOPATH/include/" + RUN ls "$NEKOPATH" RUN bash -c "ln -s \"$NEKOPATH\"/include/* \"$PREFIX/include/\"" RUN ls "$PREFIX/include/" RUN mkdir -p "$PREFIX/lib/neko/"