Eliminate dead code and most relative paths

This commit is contained in:
Piotr Puszkiewicz 2015-12-29 02:34:10 -08:00
parent 4b217db9c0
commit e91db7dce1
12 changed files with 12 additions and 555 deletions

View file

@ -16,7 +16,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
source "$DIR/../_common.sh"
source "$DIR/../common/_common.sh"
if [ "$UNAME" != "Linux" ]; then
error "Debian Package build only supported on Linux"