diff options
Diffstat (limited to 'libs/libcgroup/patches')
-rw-r--r-- | libs/libcgroup/patches/020-tests.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/libcgroup/patches/020-tests.patch b/libs/libcgroup/patches/020-tests.patch new file mode 100644 index 000000000..72d64b497 --- /dev/null +++ b/libs/libcgroup/patches/020-tests.patch @@ -0,0 +1,9 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,5 +1,5 @@ + AUTOMAKE_OPTIONS = foreign +-SUBDIRS = dist doc include samples scripts src tests ++SUBDIRS = dist include samples scripts src + + EXTRA_DIST = README_daemon libcgroup.doxyfile README_systemd + |