3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-03 01:48:49 +02:00
iwd/bootstrap-configure
2016-11-02 15:44:47 -05:00

13 lines
217 B
Bash
Executable File

#!/bin/sh
if [ -f config.status ]; then
make maintainer-clean
fi
./bootstrap && \
./configure --enable-maintainer-mode \
--enable-debug \
--localstatedir=/var \
--prefix=/usr $* \
--sysconfdir=/etc/iwd