mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
pam: revert c316026bf1
.
Turned out that this change was unnecessary now that the python issue has been fixed and is well understood.
This commit is contained in:
parent
ba65f96023
commit
36ffd49b1d
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pam'
|
# Template file for 'pam'
|
||||||
pkgname=pam
|
pkgname=pam
|
||||||
version=1.1.8
|
version=1.1.8
|
||||||
revision=7
|
revision=8
|
||||||
wrksrc="Linux-PAM-$version"
|
wrksrc="Linux-PAM-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -46,19 +46,20 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pam-devel_package() {
|
pam-devel_package() {
|
||||||
|
replaces="pam-libs<1.1.8_8"
|
||||||
depends="pam-libs>=${version}_${revision}"
|
depends="pam-libs>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pam-libs_package() {
|
pam-libs_package() {
|
||||||
short_desc+=" - runtime libraries"
|
short_desc+=" - runtime libraries"
|
||||||
replaces="pam-devel<1.1.8_7"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pam-userdb_package() {
|
pam-userdb_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue