summaryrefslogtreecommitdiff
path: root/pm/sleep.d/20video
diff options
context:
space:
mode:
Diffstat (limited to 'pm/sleep.d/20video')
-rwxr-xr-xpm/sleep.d/20video2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/20video b/pm/sleep.d/20video
index 1beee57..faed5a9 100755
--- a/pm/sleep.d/20video
+++ b/pm/sleep.d/20video
@@ -7,7 +7,7 @@
# it under the terms of version 2 of the GNU General Public License as
# published by the Free Software Foundation.
-. /usr/lib/pm-utils/functions
+. "${PM_FUNCTIONS}"
if ! command_exists vbetool; then
vbe() { echo "vbetool not found" 1>&2; return 1; }