summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-03-01 15:14:57 +0200
committerHans de Goede <hdegoede@redhat.com>2011-03-01 15:14:57 +0200
commit9607e425c8817d2d88c376a5e89da0ba9e114015 (patch)
tree11018a8c5275b6601a8b0d25810190bc22478b64
parent15aa502b66f1feeeba9cfbdb1a6cb470e0f3dc4c (diff)
Fix patch applying for double dir structure
-rw-r--r--spice-gtk.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/spice-gtk.spec b/spice-gtk.spec
index 5eb0195..9f1e7aa 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -120,7 +120,9 @@ snappy is a tool to capture screen-shots of a SPICE desktop.
%prep
%setup -q -n spice-gtk-%{version} -c
%patch0 -p1 -b .build
+pushd spice-gtk-%{version}
%patch1 -p1
+popd
%if %{with_gtk3}
cp -a spice-gtk-%{version} spice-gtk3-%{version}