From cca7ddda7f472a5e52f412198a148fa51059d622 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 18 Dec 2011 14:01:42 +0100 Subject: [PATCH] Don't remove DIR_APP before extracting sources. Can lead to suprising effects when DIR_APP is altered. --- macros/build.macro | 3 --- 1 file changed, 3 deletions(-) diff --git a/macros/build.macro b/macros/build.macro index aa795db9e..61a42a035 100644 --- a/macros/build.macro +++ b/macros/build.macro @@ -1,9 +1,6 @@ def MACRO_EXTRACT_TARBALL - # Remove old data if existant. - rm -rf %{DIR_APP} - for source in %{sources}; do %{MACRO_EXTRACT} %{DIR_DL}/${source} || exit 1 done -- 2.39.5