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

14 lines
315 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-05-11 04:07:37 +00:00
# We have an alternative system, use "ksh" and "sh" as binary names.
./configure \
--prefix=/usr \
--bindir=/usr/bin \
--mandir=/usr/share/man \
2021-05-11 04:07:37 +00:00
--enable-ksh \
2022-09-23 11:13:47 +00:00
--enable-sh \
--enable-static
make
make DESTDIR="$1" install