repo/core/elfutils/build

9 lines
105 B
Plaintext
Raw Normal View History

2019-06-21 09:09:56 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--program-prefix=eu-
make
make DESTDIR="$1" install