ltrace: fix template building

This commit is contained in:
André Cerqueira 2022-08-10 23:58:19 +01:00 committed by Michal Vasilek
parent f7bc38c294
commit da6bd75e70

View File

@ -25,5 +25,7 @@ pre_configure() {
sed -i 's/#ifndef __mips__/#if 0/' proc.c
fi
mkdir -p config
autoreconf -fi
}