summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/cpe-wrt/uci.morph6
1 files changed, 4 insertions, 2 deletions
diff --git a/strata/cpe-wrt/uci.morph b/strata/cpe-wrt/uci.morph
index 86fecdc2..8d75793b 100644
--- a/strata/cpe-wrt/uci.morph
+++ b/strata/cpe-wrt/uci.morph
@@ -1,12 +1,14 @@
name: uci
kind: chunk
-build-commands:
+configure-commands:
- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX
+
+build-commands:
- make
install-commands:
- make install
post-install-commands:
-- install -d "$DESTDIR/bin" && cd "$DESTDIR/bin" && ln -s ..$PREFIX/bin/uci uci
+- install -d "$DESTDIR/sbin" && cd "$DESTDIR/sbin" && ln -s ..$PREFIX/bin/uci uci