X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=builder;h=484cb1d67d640e8e16a1d1e040af3cc256917c73;hb=d3821eb90acb3dc160d5d1105317973d47b0ecd4;hp=4448585ccf2d6aa44755b202b74da8f328ac8367;hpb=859b6bfe0a01f166a6cf0aacdd3f03de9057ec32;p=packages%2Frpm-build-tools.git diff --git a/builder b/builder index 4448585..484cb1d 100755 --- a/builder +++ b/builder @@ -94,7 +94,7 @@ BCOND="" GROUP_BCONDS="no" # create symlinks for tools in PACKAGE_DIR, see get_spec() -SYMLINK_TOOLS="no" +SYMLINK_TOOLS="yes" PATCHES="" SOURCES="" @@ -816,7 +816,7 @@ get_spec() { else ( unset GIT_WORK_TREE - git clone -o $REMOTE_PLD ${GIT_SERVER}:${PACKAGES_DIR}/${ASSUMED_NAME}.git || { + git clone -o $REMOTE_PLD ${GIT_SERVER}:${PACKAGES_DIR}/${ASSUMED_NAME}.git "$REPO_DIR/${ASSUMED_NAME}" || { # softfail if new package, i.e not yet added to PLD rep [ ! -f "$ASSUMED_NAME/$SPECFILE" ] && Exit_error err_no_spec_in_repo echo "Warning: package not in CVS - assuming new package"