repo/core/sudo/build
Muhammad Herdiansyah 5813ca34c9 sudo: add package
2019-06-23 17:15:26 +07:00

17 lines
325 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-nls \
--with-ignore-dot \
--with-insults=disabled \
--with-all-insults \
--without-sendmail \
--with-logfac=auth \
--disable-root-mailer \
--enable-pie \
--with-passprompt="[sudo] password for %p: "
make
make DESTDIR="$1" install