diff options
author | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
commit | 2e534f6dcdbca6700bc18354925986b054330725 (patch) | |
tree | 39e6233e6e0c9fb737ce5c1987039c3a10df193c /repo/core/linux-headers.xibuild | |
parent | 31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (diff) |
fixed issues with headers
cleaned other packages to fit better with lfs
Diffstat (limited to 'repo/core/linux-headers.xibuild')
-rw-r--r-- | repo/core/linux-headers.xibuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/core/linux-headers.xibuild b/repo/core/linux-headers.xibuild index 5913d6d..536fdd3 100644 --- a/repo/core/linux-headers.xibuild +++ b/repo/core/linux-headers.xibuild @@ -14,5 +14,6 @@ build () { } package () { - cp -rv usr/include $PKG_DEST/usr + mkdir -pv $PKG_DEST/usr/include + cp -rv usr/include/* $PKG_DEST/usr/include/ } |