]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed naming of lsof.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 08:44:11 +0000 (10:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 08:44:11 +0000 (10:44 +0200)
lfs/lsof

index 21355f5ade657731290cc5e0289624d4463b7a0b..37529e507ce496093c48bff98ce0140143c8db4e 100644 (file)
--- 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)