install -vd "$INSTALL_ROOT"/opt &&
cp -vr "$SOURCE_DIRECTORY" "$INSTALL_ROOT"/opt/plan9 &&
cd "$INSTALL_ROOT"/opt/plan9/ &&
./INSTALL -c
