dot11decrypt icon indicating copy to clipboard operation
dot11decrypt copied to clipboard

make install fails

Open rofl0r opened this issue 10 years ago • 0 comments

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

rofl0r avatar Sep 24 '15 07:09 rofl0r