kiss-mfavila-large/ports/official/core/oksh/build

14 lines
315 B
Bash
Executable File

#!/bin/sh -e
# We have an alternative system, use "ksh" and "sh" as binary names.
./configure \
--prefix=/usr \
--bindir=/usr/bin \
--mandir=/usr/share/man \
--enable-ksh \
--enable-sh \
--enable-static
make
make DESTDIR="$1" install