commit:     52023c1c6853f292c3bafe95b95c630dbd8d5103
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 16:10:31 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 17 16:11:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52023c1c

x11-apps/xinit: Fix installation of startDM.sh

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 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 be9e7a84a64..e069d3d3c92 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

Reply via email to