[jhbuild] core-deps-3.26: properly add patch for libbytesize



commit 59adcddc601e0b4ba18a77930e6cd126a37f1c25
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Aug 6 13:53:36 2017 +0300

    core-deps-3.26: properly add patch for libbytesize
    
    It seems that patches are supported only with tarballs. This patch
    is here to fix `make distcheck`.

 modulesets/gnome-suites-core-deps-3.26.modules |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.26.modules b/modulesets/gnome-suites-core-deps-3.26.modules
index 3f2de42..82ad5d5 100644
--- a/modulesets/gnome-suites-core-deps-3.26.modules
+++ b/modulesets/gnome-suites-core-deps-3.26.modules
@@ -1088,7 +1088,9 @@
   </autotools>
 
   <autotools id="libbytesize" autogenargs="--without-gtk-doc">
-    <branch repo="github.com" module="rhinstaller/libbytesize" patch="libbytesize-autogen-configure.patch"/>
+    <branch repo="github.com" module="rhinstaller/libbytesize">
+      <patch file="libbytesize-autogen-configure.patch" strip="1"/>
+    </branch>
     <dependencies>
       <dep package="m4-common"/>
     </dependencies>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]