repo/core/autoconf/build
2019-06-19 10:45:26 +03:00

11 lines
131 B
Bash
Executable File

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