diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 14:44:43 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 14:45:32 -0600 |
commit | 12d2a79814987afd34c457a5e4365d7167972bc0 (patch) | |
tree | 7ff6dc01908ec4c0198a41190ad1d5882aeedf82 /package/util-linux/patches/patch-Makefile_am | |
parent | 55bade535d3fca53ff5ceb6e7e1f6ee7369b59fb (diff) |
unbreak kodi and util-linux, bad qa day.
Diffstat (limited to 'package/util-linux/patches/patch-Makefile_am')
-rw-r--r-- | package/util-linux/patches/patch-Makefile_am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/util-linux/patches/patch-Makefile_am b/package/util-linux/patches/patch-Makefile_am new file mode 100644 index 000000000..cc6c3516d --- /dev/null +++ b/package/util-linux/patches/patch-Makefile_am @@ -0,0 +1,11 @@ +--- util-linux-2.25.2.orig/Makefile.am 2014-10-24 04:21:20.304387835 -0500 ++++ util-linux-2.25.2/Makefile.am 2014-12-27 12:28:09.631516950 -0600 +@@ -60,7 +60,7 @@ CHECK_LOCALS = + EXTRA_DIST = + CLEANFILES = + +-SUBDIRS = po ++SUBDIRS = + + RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ + -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o |