jensp, thanks for removing the kismet-plugin which was wrong but next time note the direction of the symlinks :-P

This commit is contained in:
Zero_Chaos 2009-12-14 03:00:00 +00:00
parent 8487e09063
commit 44324372db

View file

@ -48,8 +48,7 @@ src_compile() {
fi
econf ${myconf} \
--with-linuxheaders="${KV_DIR}" \
--sysconfdir=/etc || die "econf failed"
--with-linuxheaders="${KV_DIR}" || die "econf failed"
emake dep || die "emake dep failed"
emake || die "emake failed"
@ -88,6 +87,9 @@ src_install () {
insinto /usr/include/kismet
doins *.h
dodoc CHANGELOG README* docs/*
dosym /etc/kismet.conf /usr/local/etc/kismet.conf
dosym /etc/kismet_drone.conf /usr/local/etc/kismet_drone.conf
dosym /etc/kismet_ui.conf /usr/local/etc/kismet_ui.conf
newinitd "${FILESDIR}"/${PN}.initd kismet
newconfd "${FILESDIR}"/${PN}.confd kismet
}