diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-06-02 16:02:35 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-06-02 16:03:37 -0500 |
commit | fa06ec031c438ccfb860653e05ad347ae618c7f5 (patch) | |
tree | ee2f389ba1f14d89c56ad781e58e422b258f7c4c | |
parent | e57b5a5eb36ce7546873dd251aa5e8b0d273439c (diff) |
Remove DOCDIR variable and copy a couple files instead.
-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}" |