mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-24 22:42:58 +02:00
autogen: unbreak install.
This commit is contained in:
parent
6d9dfdca4a
commit
c5de701fc4
1 changed files with 1 additions and 2 deletions
|
@ -21,12 +21,11 @@ post_install() {
|
|||
|
||||
autogen-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="autogen"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/aclocal
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue