From: Michael Tremer Date: Tue, 26 May 2015 12:17:48 +0000 (+0200) Subject: libnet: Keep the version number in source tarball filename X-Git-Tag: v2.17-core91~49 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=fef975eef76fbc752afcf9be6881d9739471e4dc;hp=8377733a388c19864fb55f48cdd3d040e538f549 libnet: Keep the version number in source tarball filename --- diff --git a/lfs/libnet b/lfs/libnet index efc3cc4724..a9efd99b3c 100644 --- a/lfs/libnet +++ b/lfs/libnet @@ -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) ###############################################################################