file: fix build
This commit is contained in:
@@ -16,9 +16,9 @@ libmagic_package() {
|
|||||||
short_desc="File type identification library"
|
short_desc="File type identification library"
|
||||||
replaces="file<5.12"
|
replaces="file<5.12"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*" usr/lib
|
vmove "usr/lib/*.so*"
|
||||||
vmove usr/share/misc usr/share
|
vmove usr/share/misc
|
||||||
vmove usr/share/man/man4 usr/share/man
|
vmove usr/share/man/man4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,9 +26,9 @@ file-devel_package() {
|
|||||||
depends="zlib-devel libmagic>=${version}"
|
depends="zlib-devel libmagic>=${version}"
|
||||||
short_desc="File type identification library -- development files"
|
short_desc="File type identification library -- development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/share/man/man3 usr/share/man
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user