doc: Further rationale
Note that startx itself does call upon admins to improve the script for their particular situation. This also removes the example using DESTDIR as any package maintainer would already be familiar with this standard and expect it to work implicitly. For those who aren't familiar it merely serves as minor confusion.
This commit is contained in:
parent
2742daede4
commit
e3687899a2
8
README
8
README
|
@ -6,7 +6,9 @@ INTRODUCTION
|
||||||
an Xorg server.
|
an Xorg server.
|
||||||
|
|
||||||
It started life as a proof of concept while attempting to learn how both
|
It started life as a proof of concept while attempting to learn how both
|
||||||
xinit and startx worked.
|
xinit and startx worked while taking up the offer presented in startx:
|
||||||
|
|
||||||
|
> Site administrators are STRONGLY urged to write nicer versions.
|
||||||
|
|
||||||
It is not a direct replacement however as it provides a different, more
|
It is not a direct replacement however as it provides a different, more
|
||||||
limited, interface.
|
limited, interface.
|
||||||
|
@ -31,7 +33,7 @@ INTRODUCTION
|
||||||
* The XDG_CONFIG_HOME/sx/sxrc file is used instead of .xinitrc and is
|
* The XDG_CONFIG_HOME/sx/sxrc file is used instead of .xinitrc and is
|
||||||
required to be executable.
|
required to be executable.
|
||||||
|
|
||||||
For a rationale on why this exists, the author invites the reader to
|
For a rationale on why this exists the author invites the reader to
|
||||||
look over the source code for both xinit and startx.
|
look over the source code for both xinit and startx.
|
||||||
|
|
||||||
REQUIRES
|
REQUIRES
|
||||||
|
@ -42,4 +44,4 @@ REQUIRES
|
||||||
|
|
||||||
INSTALL
|
INSTALL
|
||||||
|
|
||||||
make PREFIX=/usr DESTDIR=staged install
|
make PREFIX=/usr install
|
||||||
|
|
Loading…
Reference in New Issue