9 lines
112 B
Bash
Executable File
9 lines
112 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sed -i 's#) ytasm.*#)#' Makefile.in &&
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR="$1" install
|