From: Arne Fitzenreiter Date: Wed, 19 Jan 2011 23:13:39 +0000 (+0100) Subject: Fix parted package build. X-Git-Tag: v2.9-core45~1^2~28^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c43cafe14ff93fa92932d0895cb4ba7e3d25e83;p=people%2Fms%2Fipfire-2.x.git Fix parted package build. --- 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 ###############################################################################