diff options
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r-- | x11-wm/xfce4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 6869d83ef788..f3364d89a607 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -99,7 +99,7 @@ post-install: @${ECHO} "If you want to allow users to restart or shutdown the system," @${ECHO} "do not forget to add the following lines between the <config>" @${ECHO} "tags in your PolicyKit.conf file." - @${ECHO} " ${PREFIX}/etc/PolicyKit/PolicyKit.conf + @${ECHO} " ${PREFIX}/etc/PolicyKit/PolicyKit.conf" @${ECHO} "" @${ECHO} "<match action=\"org.freedesktop.hal.power-management.shutdown\">" @${ECHO} " <return result=\"yes\"/>" |