From bb499959d88da1b3937c23b5405089c907188a81 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 10 Mar 2022 11:59:16 +0000 Subject: added and patched broken packages --- repo/system/tomlc99.xibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo/system/tomlc99.xibuild') diff --git a/repo/system/tomlc99.xibuild b/repo/system/tomlc99.xibuild index b6b6f63..6387c96 100644 --- a/repo/system/tomlc99.xibuild +++ b/repo/system/tomlc99.xibuild @@ -12,7 +12,8 @@ build () { } package () { - mkdir -pv $PKG_DEST/usr/{include,lib} + mkdir -p $PKG_DEST/usr/lib + mkdir -p $PKG_DEST/usr/include install toml.h $PKG_DEST/usr/include install libtoml.so.$PKG_VER $PKG_DEST/usr/lib ln -s libtoml.so.$PKG_VER $PKG_DEST/usr/lib/libtoml.so -- cgit v1.2.1