mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 20:14:17 +01:00
kismet: reverse logic for warning
This commit is contained in:
parent
bae148990e
commit
67fced9788
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ pkg_postinst() {
|
|||
fi
|
||||
udev_reload
|
||||
|
||||
if use wext; then
|
||||
if use !wext; then
|
||||
# duplicate configure.ac warning:
|
||||
ewarn "Linux Wireless Extensions were disabled. Compiling without wext on a"
|
||||
ewarn "Linux system is certainly possible, however nearly all of the packet"
|
||||
|
|
|
|||
Loading…
Reference in a new issue