kiss-mfavila-large/ports/unofficial/stable/dash/build

9 lines
163 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
2022-09-23 11:13:47 +00:00
--prefix=/usr \
--enable-static
2022-09-23 11:13:47 +00:00
make DESTDIR="$1" CFLAGS="$CFLAGS -static" install
ln -s /usr/bin/dash "$1/usr/bin/sh"