This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/common/blfs-tool-deps/906-sudo
Manuel Canales Esparcia 44994cba87 Cosmettic fix.
2006-08-28 21:48:58 +00:00

14 lines
245 B
Bash

#!/bin/sh
# $Id$
set -e
patch -Np1 -i ../sudo-1.6.8p12-envvar_fix-1.patch
./configure --prefix=/usr --libexecdir=/usr/lib \
--enable-noargs-shell --with-ignore-dot --with-all-insults \
--enable-shell-sets-home
make
make install
exit