2 # This file is part of the OpenADK project. OpenADK is copyrighted
3 # material, please see the LICENCE file in the top-level directory.
5 # eliminate unwanted install flags:
6 # -o and -g require root as caller which we don't want
7 # -s is unwanted as we strip ourselfs if debugging is turned off
19 # prefer ginstall if available
20 if [ -z "$(which ginstall 2>/dev/null)" ];then
21 install=/usr
/bin
/install
27 exec $install "${opts[@]}"