kiss-mfavila-small/ports/yasm/build
2021-05-09 03:10:08 -03:00

9 lines
112 B
Bash
Executable File

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