mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 11:40:21 -07:00
12 lines
149 B
Bash
Executable File
12 lines
149 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sh
|
|
patch -p1 < preprocessor-warnings.patch
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--enable-nls=auto
|
|
|
|
make
|
|
make prefix="$1/usr" install
|