diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-05-17 09:10:31 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-05-17 09:11:20 -0700 |
commit | 52023c1c6853f292c3bafe95b95c630dbd8d5103 (patch) | |
tree | d4de1abde41aa08829436def419b3e19701f75a3 /x11-apps/xinit | |
parent | sys-kernel/gentoo-sources: Clean-up for 5.0.X and 5.1.X (diff) | |
download | gentoo-52023c1c6853f292c3bafe95b95c630dbd8d5103.tar.gz gentoo-52023c1c6853f292c3bafe95b95c630dbd8d5103.tar.bz2 gentoo-52023c1c6853f292c3bafe95b95c630dbd8d5103.zip |
x11-apps/xinit: Fix installation of startDM.sh
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/xinit-1.4.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |