#!/usr/bin/env beesh
# http://www.linuxfromscratch.org/lfs/view/stable/chapter06/man-db.html
SRCURL[0]="http://mirror.lihnidos.org/GNU/savannah/man-db/man-db-${PKGVERSION}.tar.xz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# EXCLUDE=""



#mee_extract() {
#    bee_extract ${@}
#}

mee_patch() {
    bee_patch ${@}
   sed -i 's/man\ root/root\ root/' init/systemd/man-db.conf
}

mee_configure() {
    bee_configure \
        --disable-setuid
}

#mee_build() {
#    bee_build
#}