summaryrefslogtreecommitdiff
path: root/microkernel/mach/gnumach/building.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'microkernel/mach/gnumach/building.mdwn')
-rw-r--r--microkernel/mach/gnumach/building.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn
index d3fe670a..aed87046 100644
--- a/microkernel/mach/gnumach/building.mdwn
+++ b/microkernel/mach/gnumach/building.mdwn
@@ -26,7 +26,7 @@ You can either use the git repository (see <http://git.savannah.gnu.org/git/hurd
... or get the Debian sources, if you're using Debian. (See
[here](http://packages.debian.net/source/unstable/gnumach).)
- $ apt-get source gnumach
+ $ apt source gnumach
## On Debian Systems:
@@ -35,8 +35,8 @@ You can either use the git repository (see <http://git.savannah.gnu.org/git/hurd
Building GNU Mach requires the *build-essential* and *fakeroot* packages,
and some additional dependencies specified by the gnumach source package:
- # apt-get install build-essential fakeroot
- # apt-get build-dep gnumach
+ # apt install build-essential fakeroot
+ # apt build-dep gnumach
### Building and Installing ... Debian `.deb` files