libnet: Keep the version number in source tarball filename

This commit is contained in:
Michael Tremer
2015-05-26 14:17:48 +02:00
parent 8377733a38
commit fef975eef7

View File

@@ -27,9 +27,9 @@ include Config
VER = 1.1.6
THISAPP = libnet-$(VER)
DL_FILE = libnet.tar.gz
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/libnet
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
###############################################################################