2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-15 11:10:08 -07:00
repo/extra/eiwd/build

15 lines
279 B
Plaintext
Raw Normal View History

2021-07-09 16:25:08 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--libexecdir=/usr/bin \
--localstatedir=/var \
--disable-dbus
make
2021-07-17 12:34:12 -06:00
make install
2021-07-09 16:25:08 -06:00
# Install runit service.
install -Dm755 eiwd.run "$1/etc/sv/eiwd/run"
ln -s /run/runit/supervise.eiwd "$1/etc/sv/eiwd/supervise"