pam: add /etc to main pkg (doh).
This commit is contained in:
parent
b03ac3d815
commit
9afa63c270
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pam'
|
# Template file for 'pam'
|
||||||
pkgname=pam
|
pkgname=pam
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="Linux-PAM-$version"
|
wrksrc="Linux-PAM-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libdir=/usr/lib --sbindir=/usr/sbin
|
configure_args="--libdir=/usr/lib --sbindir=/usr/sbin
|
||||||
|
@ -73,6 +73,7 @@ pam_package() {
|
||||||
/etc/security/time.conf"
|
/etc/security/time.conf"
|
||||||
depends="cracklib"
|
depends="cracklib"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove etc
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue