423ba10303
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
9 lines
151 B
Bash
9 lines
151 B
Bash
#!/bin/sh
|
|
# Nico Schottelius
|
|
# cinit: install basic setup
|
|
#
|
|
|
|
|
|
. $(dirname $0)/cinit.read-conf
|
|
|
|
"$INSTALL_PROG" sbin/cinit $DESTDIR/$PREFIX/sbin/cinit
|