From 307e23f2cc4e2ceaeb2363af0e360fa23c3ce9d4 Mon Sep 17 00:00:00 2001 From: Anton Maisak Date: Mon, 14 Sep 2020 15:58:39 +0300 Subject: [PATCH] =?UTF-8?q?Revision:=2011659=20Author:=20bdubbs=20Date:=20?= =?UTF-8?q?16=20=D0=B0=D0=B2=D0=B3=D1=83=D1=81=D1=82=D0=B0=202019=20=D0=B3?= =?UTF-8?q?.=200:10:26=20Message:=20Fix=20gcc=20version=20in=20rm=20instru?= =?UTF-8?q?ction=20----=20Modified=20:=20/trunk/BOOK/chapter06/gcc.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter06/gcc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 06c618681..227347830 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -151,7 +151,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" Установите пакет и удалите ненужный каталог: make install -rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/9.1.0/include-fixed/bits/ +rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/ The GCC build directory is owned by nobody now and the ownership of the installed header