mmv: fix template which uses set -e
This commit is contained in:
@@ -14,5 +14,7 @@ checksum=11346686634000e22aa909e08d9d450237c4b61062779935cbd81df78efad72d
|
|||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
rm -f mmv.1
|
rm -f mmv.1
|
||||||
[ "$CROSS_BUILD" ] && vsed -i 's:./mmv:/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static &:' build-aux/mmv-help2man-wrapper
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
vsed -i 's:./mmv:/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static &:' build-aux/mmv-help2man-wrapper
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user