From 48b9730dcac56287e62dd74ae986bf0402494464 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 5 Jun 2015 12:46:07 +0100 Subject: Create a uci sym link as /sbin/uci --- strata/cpe-wrt/uci.morph | 6 ++++-- 1 file 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 -- cgit v1.2.1