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,7 +1,7 @@
|
|||
# Template file for 'pam'
|
||||
pkgname=pam
|
||||
version=1.1.8
|
||||
revision=7
|
||||
revision=8
|
||||
wrksrc="Linux-PAM-$version"
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
|
@ -46,19 +46,20 @@ post_install() {
|
|||
}
|
||||
|
||||
pam-devel_package() {
|
||||
replaces="pam-libs<1.1.8_8"
|
||||
depends="pam-libs>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/man/man3
|
||||
vmove usr/share/doc
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
pam-libs_package() {
|
||||
short_desc+=" - runtime libraries"
|
||||
replaces="pam-devel<1.1.8_7"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
pam-userdb_package() {
|
||||
|
|
Loading…
Reference in New Issue