]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added "info"-target to lfs/which
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Jan 2009 13:12:55 +0000 (14:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Jan 2009 13:12:55 +0000 (14:12 +0100)
lfs/which

index 226b223cb79c8914f30c9c45bd52a594bc6cffb7..90c998108b795076e86ffe6a3641d4d53eaab418 100644 (file)
--- a/lfs/which
+++ b/lfs/which
@@ -39,6 +39,9 @@ OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
 objects = $(DL_FILE)
 
+info:
+       $(DO_PKG_INFO)
+
 install: $(OBJECT)
 
 download : $(objects)