1#!/usr/bin/env bash
2# Installer for KOW Framework applications
3#
4# @author Marcelo C. de Freitas
5#
6# All this script does is to recursivelly install everything from $work_path inside $prefix
7
8
9
10
11source scripts/buildutil.sh
12
13
14load_configuration
15
16
17iterate_filelist install_item
18