forked from kiss-community/repo
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
patch -p1 < compose-only.patch
|
||
|
|
||
|
./configure \
|
||
|
--prefix=/usr \
|
||
|
--disable-specs \
|
||
|
--disable-xkb \
|
||
|
--without-fop \
|
||
|
--without-xmlto
|
||
|
|
||
|
make -C nls
|
||
|
make -C nls install
|