kiss-mfavila-large/ports/yasm/build

10 lines
122 B
Bash
Executable File

#!/bin/sh -e
sed -i 's#) ytasm.*#)#' Makefile.in &&
./configure \
--prefix=/usr
make
make DESTDIR="$1" install