3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00
iwd/bootstrap-configure
2018-01-29 02:20:52 -08:00

13 lines
219 B
Bash
Executable File

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