repo/extra/patchelf/build
2020-09-28 08:37:47 +03:00

8 lines
78 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install