hi
i'm using an usb flash drive of bt4 with persistent changes
to /dev/sdb2/ as described in the how to area and having some
problems to compile the newcore version of kismet
i removed the kismet package through synaptic and used this tut...
Code:
hxxps://dedected.org/trac/wiki/COM-ON-AIR-Kismet
i recieve errors at the point- make -C client_module && make -C server_module
cause it seems i exported the wrong pathes....
export KIS_SRC_DIR=/root(Tools/dedected/kismet-newcore
export KIS_DEST_DIR=/usr/local/bin
so i would like to know how to set those variables!?
KIS_SRC_DIR should point to the root directory of the downloaded subversion
and KIS_DEST_DIR to the install directory kismet give out at "make install" install?
i already tried to set the destination directory to /mnt/sdb2/changes/usr/local/bin but dont worked for me too!?