From: Michael Tremer Date: Thu, 30 Apr 2009 08:44:11 +0000 (+0200) Subject: Fixed naming of lsof. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9d9d7c652f628346208f412610911102b46b7a;p=ipfire-3.x.git Fixed naming of lsof. --- diff --git a/lfs/lsof b/lfs/lsof index 21355f5ad..37529e507 100644 --- a/lfs/lsof +++ b/lfs/lsof @@ -28,9 +28,9 @@ PKG_NAME = lsof PKG_VER = 4.82 PKG_REL = 0 -THISAPP = $(PKG_NAME)_$(PKG_VER)_src -DL_FILE = $(THISAPP).tar.gz -DIR_APP = $(DIR_SRC)/$(THISAPP) +THISAPP = $(PKG_NAME)-$(PKG_VER) +DL_FILE = $(PKG_NAME)_$(PKG_VER)_src.tar.gz +DIR_APP = $(DIR_SRC)/$(PKG_NAME)_$(PKG_VER)_src OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)