summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/rpcd.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/cpe-wrt/rpcd.morph')
-rw-r--r--strata/cpe-wrt/rpcd.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/cpe-wrt/rpcd.morph b/strata/cpe-wrt/rpcd.morph
index 0d8d7479..999f27ec 100644
--- a/strata/cpe-wrt/rpcd.morph
+++ b/strata/cpe-wrt/rpcd.morph
@@ -14,3 +14,9 @@ install-commands:
- make install
- install -d $DESTDIR$PREFIX/include/rpcd
- cd include/rpcd ; install * $DESTDIR$PREFIX/include/rpcd
+- install -d "$DESTDIR$PREFIX"/share/rpcd/acl.d
+- install unauthenticated.json "$DESTDIR$PREFIX"/share/rpcd/acl.d
+
+post-install-commands:
+- install -d "$DESTDIR/sbin" && cd "$DESTDIR/sbin" && ln -s ..$PREFIX/sbin/rpcd rpcd
+