Yes, just change TARGET and you are fine :)
-Michael
On Wed, 2016-04-06 at 16:50 +0000, Jonatan Schlag wrote:
Hi, I tested my second solution and the solution works perfectly :-)
THISAPP = ncat-$(VER) DL_FILE = nmap-$(VER).tar.bz2 # name of the download file DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/nmap-$(VER) #name of the directory in the tarball TARGET = $(DIR_INFO)/ncat-$(VER) # name of the logfile
I will send a new patch for this today or tomorrow.
Regards Jonatan
PS.: The comments are for me. I have to write a little bit documentation about this, although I will forget everything. In this Mail, they are safe till I write the documentation.