diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 03:43:22 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:34:02 -0500 |
commit | 5e503e73a40d43b71a349899ddee7295a2bf949c (patch) | |
tree | b8827d5e7793faba9b55d3ac128b99a50e7f917a /gnu/packages/patches/upower-builddir.patch | |
parent | 59339bb480dae92785b00c5f8e84822d766f1715 (diff) |
gnu: upower: Update to 0.99.4.
* gnu/packages/gnome.scm (upower): Update to 0.99.4.
* gnu/packages/patches/upower-builddir.patch: Adapt.
Diffstat (limited to 'gnu/packages/patches/upower-builddir.patch')
-rw-r--r-- | gnu/packages/patches/upower-builddir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/patches/upower-builddir.patch b/gnu/packages/patches/upower-builddir.patch index 13cef5876a..d59d4364b8 100644 --- a/gnu/packages/patches/upower-builddir.patch +++ b/gnu/packages/patches/upower-builddir.patch @@ -37,7 +37,7 @@ Patch by Andy Wingo <wingo@igalia.com> - if (g_file_test ("../etc/UPower.conf", G_FILE_TEST_EXISTS)) - g_setenv ("UPOWER_CONF_FILE_NAME", "../etc/UPower.conf", TRUE); - else -- g_setenv ("UPOWER_CONF_FILE_NAME", "../../etc/UPower.conf", TRUE); +- g_setenv ("UPOWER_CONF_FILE_NAME", "../../../etc/UPower.conf", TRUE); - /* tests go here */ g_test_add_func ("/power/backend", up_test_backend_func); |