update: --color auto for ip

This commit is contained in:
2025-03-27 00:46:41 -04:00
parent c903082ec4
commit 57f736e45b

View File

@@ -15,6 +15,7 @@ src_prepare() {
src_build() {
sed -i /ARPD/d Makefile
rm -fv man/man8/arpd.8
./configure --color auto
make NETNS_RUN_DIR=/run/netns
}