Eliminate dead code and most relative paths
This commit is contained in:
parent
4b217db9c0
commit
e91db7dce1
12 changed files with 12 additions and 555 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue