diff options
Diffstat (limited to 'xibuild/prepare.sh')
-rwxr-xr-x | xibuild/prepare.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xibuild/prepare.sh b/xibuild/prepare.sh index f7f5733..54e1d81 100755 --- a/xibuild/prepare.sh +++ b/xibuild/prepare.sh @@ -3,7 +3,8 @@ mkdir -p $XIB_DIR $XIB_BUILDFILES $XIB_CHROOT $XIB_EXPORT if [ -d $DEVELOPMENT_BUILDFILES ]; then - cp -r $DEVELOPMENT_BUILDFILES/* $XIB_BUILDFILES/ + export XIB_BUILDFILES=$DEVELOPMENT_BUILDFILES + echo $XIB_BUILDFILES else if [ -d $XIB_BUILDFILES/.git ]; then cd $XIB_BUILDFILES @@ -14,8 +15,6 @@ else fi fi -[ -f $INSTALLED_PACKAGES ] || touch $INSTALLED_PACKAGES - [ -f $XIB_CHROOT/etc/resolv.conf ] || cp /etc/resolv.conf $XIB_CHROOT/etc/resolv.conf cp build_profile $BUILD_PROFILE |