Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Linux-PAM.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/env beesh

# BEE_VERSION Linux-PAM-1.3.0-0
# BEE_VERSION Linux-PAM-1.5.2-0

SRCURL[0]="http://linux-pam.org/library/Linux-PAM-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://github.com/linux-pam/linux-pam/releases/download/v${PKGVERSION}/Linux-PAM-${PKGVERSION}.tar.xz"

# PATCHURL+=()

Expand Down Expand Up @@ -41,4 +41,4 @@ mee_install() {
for i in ${SYSCONFDIR}/environment ${SYSCONFDIR}/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} ; do
mv -v ${D}${i}{,.sample}
done
}
}