it fails to properly recognize the --prefix passed to configure, as well as DESTDIR passed to make install:
./configure --prefix=
make
make install DESTDIR=foo
expected: install into foo/bin/
actual result:
cp dot11decrypt /usr/bin/
cp: can't create '/usr/bin/dot11decrypt': Permission denied
it fails to properly recognize the --prefix passed to configure, as well as DESTDIR passed to make install:
./configure --prefix=
make
make install DESTDIR=foo
expected: install into foo/bin/
actual result: