forked from kiss-community/repo
9 lines
85 B
Bash
Executable File
9 lines
85 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-gtk
|
|
|
|
make
|
|
make install
|