mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
lockdev: move shlib-provides to the main pkg not -devel.
This commit is contained in:
parent
ee61bcdac5
commit
e35ae34f39
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lockdev'
|
# Template file for 'lockdev'
|
||||||
pkgname=lockdev
|
pkgname=lockdev
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="Run-time shared library for locking devices"
|
short_desc="Run-time shared library for locking devices"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://packages.qa.debian.org/l/lockdev.html"
|
homepage="http://packages.qa.debian.org/l/lockdev.html"
|
||||||
|
@ -28,7 +28,6 @@ lockdev-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue