2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/sudo/build
Muhammad Herdiansyah d58e47e162 sudo: move to extra
2019-07-08 13:17:14 +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