Dont remove /usr/include

(lol, no idea how this ever worked)
This commit is contained in:
fosslinux 2024-01-13 07:49:33 +11:00
parent 62ce1b0c1e
commit 8d9981772a
1 changed files with 0 additions and 1 deletions

View File

@ -28,6 +28,5 @@ src_compile() {
}
src_install() {
rm -rf "${PREFIX}/include"
make PREFIX="${PREFIX}" DESTDIR="${DESTDIR}" install
}