@@ -22,6 +22,15 @@ pre_configure() {
|
|||||||
# Create symlinks for bins and manpages.
|
# Create symlinks for bins and manpages.
|
||||||
sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in
|
sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in
|
||||||
}
|
}
|
||||||
|
pre_check() {
|
||||||
|
sed -i 's/done | more/done/g' test/Makefile
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
sed -i '/testext/d' test/Makefile
|
||||||
|
sed -i '/clos1way6/d' test/Makefile ;;
|
||||||
|
esac
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/bin/awk
|
rm ${DESTDIR}/usr/bin/awk
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user