On 17/08/14 15:13, David Brodie wrote:
On 17/08/14 14:28, Marcos Menendez wrote:
Now, in Chapter 24: X Window System Environment page
http://www.linuxfromscratch.org/blfs/view/stable/x/xorg7.html
we can read
'Create an /etc/profile.d/xorg.sh configuration file containing these
variables as the root user:'

When I run it, it complains with
'-su: /etc/profile.d/xorg.sh: No such file or directory'

And that is right because directory '/etc/profile.d' does not exist in
my LFS installation.

Is it part of another needed package or can I proceed with the
installation of Xorg by ignoring it?

You can just create it now with 'mkdir' (as root, of course). (It would
normally have been created in 'The Bash Shell Startup Files' in BLFS
Chapter 3)

David

Actually, you will need at least some code from the /etc/profile from Ch 3 to 'source' the 'dropin' files, and you'll probably need the functions for path manipulation at some stage, if not for Xorg. But do have a good read through the first few chapters of the BLFS book, anyhow, before you go any further.

David

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to