neojn / mailsend

Automatically exported from code.google.com/p/mailsend
0 stars 0 forks source link

make install does not honor DESTDIR #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure --with-openssl=/usr
2. make -j8
3. make install DESTDIR=test

==> What is the expected output?
The installation to ./test

==> What do you see instead?

cp: cannot create regular file ‘/usr/bin/mailsend’: Permission denied
make: *** [install] Error 1

==> What version of the product are you using? On what operating system?
1.17b10 on Arch Linux

Original issue reported on code.google.com by da_audio...@yahoo.com on 28 Apr 2013 at 8:02

GoogleCodeExporter commented 8 years ago

Original comment by muq...@gmail.com on 5 May 2013 at 8:11

GoogleCodeExporter commented 8 years ago
fixed in v1.17b13

Original comment by muq...@gmail.com on 19 Oct 2013 at 11:58