repo/core/elfutils/build

9 lines
105 B
Plaintext
Raw Normal View History

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