2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/core/automake/build
Muhammad Herdiansyah 553c5aede4 automake: re-add into tree
I completely forgot that grub has a makedepend on this package
2019-06-20 10:11:06 +07: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"