10 lines
151 B
Text
10 lines
151 B
Text
|
#!/bin/sh
|
||
|
# Nico Schottelius
|
||
|
# cinit: install basic setup
|
||
|
#
|
||
|
|
||
|
|
||
|
. $(dirname $0)/cinit.read-conf
|
||
|
|
||
|
"$INSTALL_PROG" sbin/cinit $DESTDIR/$PREFIX/sbin/cinit
|