forked from pool/xinit
Stefan Dirsch
39986018fd
order to avoid a zombie process under certain circumstances (boo#1227313) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=68
14 lines
257 B
Diff
14 lines
257 B
Diff
Index: Makefile.am
|
|
===================================================================
|
|
--- Makefile.am.orig
|
|
+++ Makefile.am
|
|
@@ -24,6 +24,8 @@ if LAUNCHD
|
|
SUBDIRS += launchd
|
|
endif
|
|
|
|
+XINITDIR = /etc/X11/xinit
|
|
+
|
|
bin_PROGRAMS = xinit
|
|
bin_SCRIPTS = startx
|
|
|