9 lines
172 B
Text
9 lines
172 B
Text
|
#!/bin/sh
|
||
|
# Nico Schottelius
|
||
|
# cinit: install configuration directory
|
||
|
#
|
||
|
|
||
|
. $(dirname $0)/cinit.read-conf
|
||
|
|
||
|
"$INSTALL_PROG" "$INSTALL_DIRECTORY" $DESTDIR/$PREFIX/$CINIT_DIR
|