From 1eb48dc65433d695fe34aa846dcb228c6afe0289e8e9f02edcd79ef821a43074 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Mon, 14 Feb 2011 14:34:57 +0000 Subject: [PATCH] Do not unpack twice in %setup. OBS-URL: https://build.opensuse.org/package/show/Base:System/translation-update-upstream?expand=0&rev=15 --- translation-update-upstream.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation-update-upstream.spec b/translation-update-upstream.spec index 5c11529..de0264c 100644 --- a/translation-update-upstream.spec +++ b/translation-update-upstream.spec @@ -76,7 +76,7 @@ Authors: %prep -%setup -q -a0 -a11 -c %{name}-%{version} +%setup -q -T -a0 -a11 -c %{name}-%{version} cp -a %{S:1} translation-update-upstream.in cp -a %{S:2} AUTHORS cp -a %{S:3} COPYING