diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 17:37:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 17:37:30 +0100 |
commit | b4d204f9fdb09a3655ae9a90ef262e253d6e59d7 (patch) | |
tree | 9195e74b2a7ff4f0403864f235a74ecb23ddac45 /package/polkit/patches/patch-Makefile_am | |
parent | 79963aad5902c51d47fbc779c1280060872f1a71 (diff) |
add upower, polkit and dependencies
Diffstat (limited to 'package/polkit/patches/patch-Makefile_am')
-rw-r--r-- | package/polkit/patches/patch-Makefile_am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/polkit/patches/patch-Makefile_am b/package/polkit/patches/patch-Makefile_am new file mode 100644 index 000000000..878409f17 --- /dev/null +++ b/package/polkit/patches/patch-Makefile_am @@ -0,0 +1,10 @@ +--- polkit-0.112.orig/Makefile.am 2013-09-18 18:55:09.000000000 +0200 ++++ polkit-0.112/Makefile.am 2014-01-09 21:28:39.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-SUBDIRS = actions data src docs po test ++SUBDIRS = data src + + NULL = + |