From fef975eef76fbc752afcf9be6881d9739471e4dc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 26 May 2015 14:17:48 +0200 Subject: [PATCH 1/1] libnet: Keep the version number in source tarball filename --- lfs/libnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ############################################################################### -- 2.39.2