From: Michael Tremer Date: Thu, 3 Jun 2010 15:10:12 +0000 (+0200) Subject: network: Copy files to DIR_APP so we don't touch the source in the working directory. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a72738b02ce188195ca6901ab74aefbf1ac3fd22;p=ipfire-3.x.git network: Copy files to DIR_APP so we don't touch the source in the working directory. --- diff --git a/pkgs/core/network/network.nm b/pkgs/core/network/network.nm index ae831642d..e0f6a2367 100644 --- a/pkgs/core/network/network.nm +++ b/pkgs/core/network/network.nm @@ -40,11 +40,12 @@ define PKG_DESCRIPTION This script installs the IPFire Networking Scripts. endef -DIR_APP = $(DIR_SOURCE)/src - PKG_TARBALL = -STAGE_PREPARE = # Do nothing +define STAGE_PREPARE + cp -vrf $(DIR_SOURCE)/src $(DIR_APP) +endef + STAGE_BUILD = # Do nothing define STAGE_INSTALL