Change script sourcing to abs path

pull/17/head
Jesus Alvarez 11 years ago
parent 76948a0260
commit 89f081909a
  1. 4
      build.sh

@ -14,8 +14,8 @@ CHROOT_TARGET=""
SIGN=""
CLEANUP=0
source "lib.sh"
source "conf.sh"
source ./lib.sh
source ./conf.sh
set -e

Loading…
Cancel
Save