2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-24 16:30:04 -07:00
repo/core/eiwd/build

11 lines
122 B
Plaintext
Raw Normal View History

2019-12-02 13:57:34 -07:00
#!/bin/sh -e
2020-01-02 09:41:19 -07:00
autoreconf -fis
2019-12-02 13:57:34 -07:00
./configure \
--prefix=/usr \
--localstatedir=/var
make
make DESTDIR="$1" install