diff options
-rw-r--r-- | chapter8/iproute2.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter8/iproute2.sh b/chapter8/iproute2.sh index 8034496..a9ba229 100644 --- a/chapter8/iproute2.sh +++ b/chapter8/iproute2.sh @@ -7,4 +7,6 @@ sed -i 's/.m_ipt.o//' tc/Makefile && make && -make DOCDIR=/usr/share/doc/iproute2-"${VERSION}" -j1 install +make -j1 install +mkdir -v /usr/share/doc/iproute2-"${VERSION}" +cp -v COPYING README* /usr/share/doc/iproute2-"${VERSION}" |