Skip to content

Commit

Permalink
Linux-PAM: Comment out unchanged bee functions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Feb 26, 2018
1 parent 05cbbbe commit f4f2098
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Linux-PAM-1.3.0-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ SRCURL[0]="http://linux-pam.org/library/Linux-PAM-${PKGVERSION}.tar.bz2"
#LIBDIR=/lib
INCLUDEDIR=/usr/include/security

mee_patch() {
bee_patch
}
#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--enable-read-both-confs
}

mee_build() {
bee_build
}
#mee_build() {
# bee_build
#}

mee_install() {
bee_install
Expand Down

0 comments on commit f4f2098

Please sign in to comment.