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

configure-commands:
- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX

build-commands:
- make

install-commands:
- make install

post-install-commands:
- install -d "$DESTDIR/sbin" && cd "$DESTDIR/sbin" && ln -s ..$PREFIX/bin/uci uci