From 52023c1c6853f292c3bafe95b95c630dbd8d5103 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 17 May 2019 09:10:31 -0700 Subject: [PATCH] x11-apps/xinit: Fix installation of startDM.sh Signed-off-by: Matt Turner --- x11-apps/xinit/xinit-1.4.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-apps/xinit/xinit-1.4.0-r1.ebuild b/x11-apps/xinit/xinit-1.4.0-r1.ebuild index be9e7a84a648..e069d3d3c92e 100644 --- a/x11-apps/xinit/xinit-1.4.0-r1.ebuild +++ b/x11-apps/xinit/xinit-1.4.0-r1.ebuild @@ -42,7 +42,8 @@ src_install() { xorg-2_src_install exeinto /etc/X11 - doexe "${FILESDIR}"/chooser.sh "${FILESDIR}"/startDM.sh.1 + doexe "${FILESDIR}"/chooser.sh + newexe "${FILESDIR}"/startDM.sh.1 startDM.sh exeinto /etc/X11/Sessions doexe "${FILESDIR}"/Xsession exeinto /etc/X11/xinit -- 2.26.2