file: fix build

This commit is contained in:
ojab 2013-04-19 11:06:06 +04:00
parent c6b70477f5
commit a265138760

View File

@ -16,9 +16,9 @@ libmagic_package() {
short_desc="File type identification library"
replaces="file<5.12"
pkg_install() {
vmove "usr/lib/*.so*" usr/lib
vmove usr/share/misc usr/share
vmove usr/share/man/man4 usr/share/man
vmove "usr/lib/*.so*"
vmove usr/share/misc
vmove usr/share/man/man4
}
}
@ -26,9 +26,9 @@ file-devel_package() {
depends="zlib-devel libmagic>=${version}"
short_desc="File type identification library -- development files"
pkg_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/share/man/man3 usr/share/man
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/share/man/man3
}
}