From bcf061abf932f9adf243554c22185d323f5ff2ea Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 12 Apr 2022 02:33:48 +0200 Subject: People should really use apt instead of apt-get nowadays --- microkernel/mach/mig/gnu_mig/building.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'microkernel/mach/mig') diff --git a/microkernel/mach/mig/gnu_mig/building.mdwn b/microkernel/mach/mig/gnu_mig/building.mdwn index 2e155e75..e14c8fb0 100644 --- a/microkernel/mach/mig/gnu_mig/building.mdwn +++ b/microkernel/mach/mig/gnu_mig/building.mdwn @@ -24,7 +24,7 @@ RCS](https://git.savannah.gnu.org/git/hurd/): ... or (if you are working on a Debian system) get the sources that are used for the [current Debian mig package](http://packages.debian.net/source/unstable/mig): - $ apt-get source mig + $ apt source mig The unpacked source tree is around 1 MiB, and the build tree also is around 1 MiB. @@ -35,8 +35,8 @@ The unpacked source tree is around 1 MiB, and the build tree also is around 1 Mi Building MIG requires the *build-essential* and *fakeroot* packages, and some additional dependencies specified by the mig source package: - # apt-get install build-essential fakeroot - # apt-get build-dep mig + # apt install build-essential fakeroot + # apt build-dep mig ### Building and Installing ... a _.deb_ file -- cgit v1.2.3