bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] Directory not created for `serverboot'.


From: Alfred M. Szmidt
Subject: [patch] Directory not created for `serverboot'.
Date: Sat, 24 Nov 2001 16:24:14 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1

And heres the fix that will do just that.

config.make.in:
2001-11-24  Alfred M. Szmidt <ams@kemisten.nu>

        * config.make.in (bootdir): New variable.
        (installationdirlist): Added bootdir to the list.

Index: config.make.in
===================================================================
RCS file: /cvsroot/hurd/hurd/config.make.in,v
retrieving revision 1.13
diff -u -u -w -B -p -r1.13 config.make.in
--- config.make.in      2001/08/25 01:40:37     1.13
+++ config.make.in      2001/11/24 15:21:56
@@ -24,11 +24,12 @@ infodir = $(prefix)/info
 sysconfdir = $(prefix)/etc
 localstatedir = $(prefix)/var
 sharedstatedir = $(prefix)/com
+bootdir = $(prefix)/boot
 
 # All of those directories together:
 installationdirlist = $(hurddir) $(libdir) $(bindir) $(sbindir) \
        $(includedir) $(libexecdir) $(infodir) $(sysconfdir) \
-       $(localstatedir) $(sharedstatedir)
+       $(localstatedir) $(sharedstatedir) $(bootdir)
 
 
 # How to run compilation tools.

-- 
Alfred M. Szmidt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]