summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/fstools.morph
blob: 0a455968d1f0d87501aa8cb4976e8a0ede7ba592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: fstools
kind: chunk

pre-configure-commands:
- sed -i "s/-Werror//" CMakeLists.txt

build-commands:
- cmake -DCMAKE_INSTALL_PREFIX=/
- make

install-commands:
- make install