mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
lzfse: do not vmove its so into devel
This commit is contained in:
parent
3c3a61e97f
commit
f27c536ab8
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lzfse'
|
||||
pkgname=lzfse
|
||||
version=1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
short_desc="LZFSE compression library and command line tool"
|
||||
maintainer="dkwo <npiazza@disroot.org>"
|
||||
|
@ -19,6 +19,5 @@ lzfse-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include/lzfse.h
|
||||
vmove usr/lib/liblzfse.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue