muquit / mailsend

A program to send mail via SMTP from command line
Other
296 stars 68 forks source link

make install does not honor DESTDIR #5

Closed muquit closed 10 years ago

muquit commented 10 years ago

_From da_audio...@yahoo.com on April 28, 2013 16:02:34_

What steps will reproduce the problem? 1. ./configure --with-openssl=/usr

  1. make -j8
  2. 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: http://code.google.com/p/mailsend/issues/detail?id=5

muquit commented 10 years ago

From muq...@gmail.com on May 05, 2013 13:11:24

Status: Accepted

muquit commented 10 years ago

From muq...@gmail.com on October 19, 2013 16:58:29

fixed in v1.17b13

Status: Fixed