2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/extra/mpc1/build
Muhammad Herdiansyah c52cee6dec mpc1: move to extra
2019-07-15 18:26:43 +07:00

13 lines
177 B
Bash
Executable File

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