mirror of https://github.com/pditzel/dbb.git

Patrick Ditzel
14.16.2017 73b16f84d25c73401a056e26ebbd3504ecb3c272
1
2
3
4
5
6
7
8
9
10
11
#/bin/bash
 
# ToDo
#
# 1. Set installationpath (e.g. /usr/ or /usr/local/) => INSTPATH
# 2. Generate directories
#   - $INSTPATH/lib/dbb
# 3. Check if it is an local user installation odr a global system installation
# 4. If it is a global installation mkdit /etc/dbb.cfg.d an cop dbb.cf to /etc
#    If it is an local user installation create ~/.dbb.cfg.d an cop dbb.cfg to ~/.ddb.cfg
# 5. Copy dbb to $INSTALLPATH/bin/dbb and create symlink from $INSTALLPATH/bin/dbb to $INSTALLPATH/bin/dbbi