Changeset d488899


Ignore:
Timestamp:
Apr 8, 2014, 5:35:45 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4ff8077d
Parents:
adab4c5
Message:

Add a sed command to remove arpd.8 in man/man8/Makefile to avoid the message cannot stat 'arpd.8': No such file or directory during install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/iproute2.xml

    radab4c5 rd488899  
    3636<screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
    3737sed -i '/ARPD/d' Makefile
    38 rm -v man/man8/arpd.8</userinput></screen>
     38sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
    3939
    4040    <para os="f1">Remove unused libnl headers:</para>
Note: See TracChangeset for help on using the changeset viewer.