2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 23:30:05 -07:00
repo/core/m4/build

10 lines
123 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < m4-use-hand-written-lexer.patch
./configure \
--prefix=/usr
make
make DESTDIR="$1" install