From 741f550fc214371c426a5db02010809daa2edf73 Mon Sep 17 00:00:00 2001 From: Thomas Sailer Date: Thu, 2 Aug 2018 06:10:57 +0200 Subject: [PATCH] proper path strip --- mingw-glib2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-glib2.spec b/mingw-glib2.spec index 8bef615..6f09844 100644 --- a/mingw-glib2.spec +++ b/mingw-glib2.spec @@ -98,7 +98,7 @@ Static version of the MinGW Windows GLib2 library. %setup -q -n glib-%{version} %patch1 -p1 %patch5 -p1 -%patch6 -p0 +%patch6 -p1 %build #GLib can't build static and shared libraries in one go, so we build GLib twice