www.nico.schottelius.org/software/cinit/browse_source/cinit-0.1/bin/cinit.install.dir

11 lines
301 B
Text
Raw Normal View History

#!/bin/sh
# Nico Schottelius
# cinit: install configuration directory
#
. $(dirname $0)/cinit.read-conf
"$INSTALL_PROG" "$INSTALL_DIRECTORY" "$DESTDIR/sbin"
"$INSTALL_PROG" "$INSTALL_DIRECTORY" "$DESTDIR/$PREFIX/$CINIT_DIR"
"$INSTALL_PROG" "$INSTALL_DIRECTORY" "$DESTDIR/$PREFIX/$CINIT_DIR/$C_TMP"