2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/eiwd/build

15 lines
292 B
Plaintext
Raw Normal View History

2020-03-10 22:15:16 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--libexecdir=/usr/bin \
--localstatedir=/var \
2020-03-25 11:48:49 +00:00
--disable-dbus
2020-03-10 22:15:16 +00:00
make
make DESTDIR="$1" install
2020-04-26 11:43:33 +00:00
# Install runit service.
install -Dm755 eiwd.run "$1/etc/sv/eiwd/run"
ln -s /run/runit/supervise.eiwd "$1/etc/sv/eiwd/supervise"