From 3c43cafe14ff93fa92932d0895cb4ba7e3d25e83 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 20 Jan 2011 00:13:39 +0100 Subject: [PATCH] Fix parted package build. --- lfs/parted | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lfs/parted b/lfs/parted index 7a70d99272..25db9e5c3d 100644 --- a/lfs/parted +++ b/lfs/parted @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,6 +32,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = parted +PAK_VER = 1 + +DEPS = "" + ############################################################################### # Top-level Rules ############################################################################### @@ -50,6 +55,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + @$(PAK) + ############################################################################### # Downloading, checking, md5sum ############################################################################### -- 2.39.2