forked from kiss-community/repo
11 lines
142 B
Bash
Executable File
11 lines
142 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
patch -p1 < preprocessor-warnings.patch
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-nls
|
|
|
|
make
|
|
make prefix="$1/usr" install
|