summaryrefslogtreecommitdiff
path: root/strata/core/patch.morph
blob: 8e8f309c9ea43b4a5c60f38469a5de1bee653395 (plain)
1
2
3
4
5
6
7
8
9
name: patch
kind: chunk
configure-commands:
- ./bootstrap --skip-po
- ./configure --prefix="$PREFIX" --disable-nls
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install