]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
network: Copy files to DIR_APP so we don't touch the source in the working directory.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jun 2010 15:10:12 +0000 (17:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jun 2010 15:10:12 +0000 (17:10 +0200)
pkgs/core/network/network.nm

index ae831642df080542b1bf727ff78efb1b28795764..e0f6a2367491ed69e53fe2baedae3c4242a3f3e0 100644 (file)
@@ -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