summaryrefslogtreecommitdiff
path: root/rpcbind.morph
diff options
context:
space:
mode:
Diffstat (limited to 'rpcbind.morph')
-rw-r--r--rpcbind.morph8
1 files changed, 7 insertions, 1 deletions
diff --git a/rpcbind.morph b/rpcbind.morph
index 44dbcae..4d7d672 100644
--- a/rpcbind.morph
+++ b/rpcbind.morph
@@ -4,7 +4,13 @@
"build-system": "autotools",
"configure-commands": [
"NOCONFIGURE=1 ./autogen.sh",
- "./configure --prefix=\"$PREFIX\" --enable-libwrap"
+ "./configure --prefix=\"$PREFIX\" --enable-libwrap --with-rpcuser=nobody"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install",
+ "mkdir -p \"$DESTDIR\"/lib/systemd/system",
+ "install -m644 rpcbind.service \"$DESTDIR\"/lib/systemd/system",
+ "install -m644 rpcbind.socket \"$DESTDIR\"/lib/systemd/system"
]
}