summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-12-11 11:06:08 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-12-11 11:06:08 -0600
commit41be1ba0668222efd6b3861ce2edaf1398a40364 (patch)
treeeb959fbd6bface1d9931f7019a8600be49a53a3e
parent74abfd91d9aba25f1b5b8c3b9a238b426470b6e2 (diff)
Fix silly typo in pm-utils.pc.in. Thanks, Robby!
-rw-r--r--pm-utils.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm-utils.pc.in b/pm-utils.pc.in
index 25ecb5f..a0eb7a0 100644
--- a/pm-utils.pc.in
+++ b/pm-utils.pc.in
@@ -6,7 +6,7 @@ sysconfdir=@sysconfdir@
pm_libdir=${libdir}/pm-utils
pm_sysconfdir=${sysconfdir}/pm
pm_sleephooks=${pm_libdir}/sleep.d
-pm_powerhooks=${pm_libdir)/power.d
+pm_powerhooks=${pm_libdir}/power.d
pm_sleepmodules=${pm_libdir}/module.d
Name: pm-utils