mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libnet: Keep the version number in source tarball filename
This commit is contained in:
@@ -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)
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user