Browse Source

kismet: fixed to call 'autoreconf' instead of 'autoheader' and 'autoconf'

stable/0.2
Christian Wiese 14 years ago
parent
commit
19f15f65f0
  1. 3
      network/kismet/kismet.conf

3
network/kismet/kismet.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../kismet/kismet.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -15,6 +16,6 @@
var_append confopt " " "--enable-syspcap"
hook_add preconf 3 "autoheader; autoconf;"
hook_add preconf 9 "autoreconf -v"
hook_add postmake 5 "cp -fv conf/*.conf $root/$sysconfdir"

Loading…
Cancel
Save