lzfse: do not vmove its so into devel

This commit is contained in:
dkwo 2025-01-13 11:58:38 +01:00 committed by classabbyamp
parent 3c3a61e97f
commit f27c536ab8

View file

@ -1,7 +1,7 @@
# Template file for 'lzfse' # Template file for 'lzfse'
pkgname=lzfse pkgname=lzfse
version=1.0 version=1.0
revision=1 revision=2
build_style=cmake build_style=cmake
short_desc="LZFSE compression library and command line tool" short_desc="LZFSE compression library and command line tool"
maintainer="dkwo <npiazza@disroot.org>" maintainer="dkwo <npiazza@disroot.org>"
@ -19,6 +19,5 @@ lzfse-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/include/lzfse.h vmove usr/include/lzfse.h
vmove usr/lib/liblzfse.so
} }
} }