2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-09 20:30:11 -07:00
repo/extra/eiwd/build

11 lines
154 B
Plaintext
Raw Normal View History

2020-03-10 16:15:16 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--libexecdir=/usr/bin \
--localstatedir=/var \
2020-03-25 05:48:49 -06:00
--disable-dbus
2020-03-10 16:15:16 -06:00
make
make DESTDIR="$1" install