repo/extra/patchelf/build
2021-07-12 11:13:18 +03:00

10 lines
105 B
Bash
Executable File

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