mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
parent
c8b23329d7
commit
118979dc10
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue