summaryrefslogtreecommitdiff
path: root/microkernel/mach/gnumach/building.mdwn
diff options
context:
space:
mode:
authorAndrew Engelbrecht <sudoman@ninthfloor.org>2011-08-02 23:13:11 -0400
committerAndrew Engelbrecht <sudoman@ninthfloor.org>2011-08-02 23:13:11 -0400
commitce52e3774a5d413693779b29f8944216c84ad716 (patch)
tree339bb45e453f38577d16fc9e9bcf66a666372a41 /microkernel/mach/gnumach/building.mdwn
parent657fc2f401acae2e205e1f0f225f64f9aabc0186 (diff)
Made deb source name generic
Diffstat (limited to 'microkernel/mach/gnumach/building.mdwn')
-rw-r--r--microkernel/mach/gnumach/building.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn
index ab6fbba0..5a598d4a 100644
--- a/microkernel/mach/gnumach/building.mdwn
+++ b/microkernel/mach/gnumach/building.mdwn
@@ -33,7 +33,7 @@ package:
Change into the directory with the downloaded / unpacked GNU Mach sources, e.g.
- $ cd gnumach-20050801
+ $ cd gnumach-XXXXXXXX
Start the build process with
@@ -43,7 +43,7 @@ Start the build process with
resulting `.deb` package which is located one directory above the build
directory and has a similar name as the build directory, e.g.
- # dpkg -i ../gnumach_20050801-4_hurd-i386.deb
+ # dpkg -i ../gnumach_XXXXXXXX-X_hurd-i386.deb
You can now reboot your computer and enjoy the new kernel.