Fix distcheck by forcing Xorg to be installed before chmod/chown.
This commit is contained in:
parent
dd0d010e9c
commit
2769c3e72c
|
@ -3,6 +3,9 @@
|
||||||
* hw/dmx/config/Makefile.am:
|
* hw/dmx/config/Makefile.am:
|
||||||
Fix parallel builds my ensuring libdmxconfig builds first.
|
Fix parallel builds my ensuring libdmxconfig builds first.
|
||||||
|
|
||||||
|
* hw/xfree86/Makefile.am:
|
||||||
|
Fix distcheck by forcing Xorg to be installed before chmod/chown.
|
||||||
|
|
||||||
2005-10-18 Alan Coopersmith <alan.coopersmith@sun.com>
|
2005-10-18 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||||
|
|
||||||
* hw/xfree86/utils/xorgcfg/Makefile.am:
|
* hw/xfree86/utils/xorgcfg/Makefile.am:
|
||||||
|
|
|
@ -62,7 +62,7 @@ install-data-local:
|
||||||
mkdir -p $(DESTDIR)$(logdir)
|
mkdir -p $(DESTDIR)$(logdir)
|
||||||
|
|
||||||
|
|
||||||
install-exec-local:
|
install-exec-local: install-binPROGRAMS
|
||||||
if INSTALL_SETUID
|
if INSTALL_SETUID
|
||||||
chown root $(DESTDIR)$(bindir)/Xorg
|
chown root $(DESTDIR)$(bindir)/Xorg
|
||||||
chmod u+s $(DESTDIR)$(bindir)/Xorg
|
chmod u+s $(DESTDIR)$(bindir)/Xorg
|
||||||
|
|
Loading…
Reference in New Issue