diff options
author | hq <hq@FreeBSD.org> | 2005-10-12 23:00:57 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-10-12 23:00:57 +0800 |
commit | 04ca5ceb5520114b8e18113bacebce95acbb4653 (patch) | |
tree | 04a2fe5e48d3ca692a5438c59c5d26e6a2dea30f | |
parent | 5a1b498696a2b4ffd84a4690ee3e42439711abb6 (diff) | |
download | freebsd-ports-gnome-04ca5ceb5520114b8e18113bacebce95acbb4653.tar.gz freebsd-ports-gnome-04ca5ceb5520114b8e18113bacebce95acbb4653.tar.zst freebsd-ports-gnome-04ca5ceb5520114b8e18113bacebce95acbb4653.zip |
Fix the path of the session directory we create as it was differing from the
actual location we install ratpoison.desktop into
Reported by: Sam Hollingsworth <sam.hollingsworth@gmail.com>
-rw-r--r-- | x11-wm/ratpoison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile index 7de34399b5d4..1322764450c5 100644 --- a/x11-wm/ratpoison/Makefile +++ b/x11-wm/ratpoison/Makefile @@ -28,7 +28,7 @@ post-configure: > ${WRKSRC}/ratpoison.desktop post-install: - ${MKDIR} ${PREFIX}/etc/gdm/Sessions + ${MKDIR} ${PREFIX}/etc/dm/Sessions ${INSTALL_DATA} ${WRKSRC}/ratpoison.desktop ${PREFIX}/etc/dm/Sessions/ .else PLIST_SUB+= WITH_GDM="@comment " |