diff --git a/src/usr/libexec/sbopkg/sqg/functions b/src/usr/libexec/sbopkg/sqg/functions index 63414ff..35ff98b 100644 --- a/src/usr/libexec/sbopkg/sqg/functions +++ b/src/usr/libexec/sbopkg/sqg/functions @@ -27,7 +27,7 @@ sanity_checks () { fi # check whether we are using git or rsync - if [ -d $REPO_ROOT/$REPO_NAME/.git ]; then + if [ $REPO_BRANCH == "master" ] || [ $REPO_BRANCH == "current" ]; then REPO_SUBPATH=$REPO_NAME else REPO_SUBPATH=$REPO_NAME/$REPO_BRANCH diff --git a/tools/ChangeLog-latest.txt b/tools/ChangeLog-latest.txt index 580f884..443ccfb 100644 --- a/tools/ChangeLog-latest.txt +++ b/tools/ChangeLog-latest.txt @@ -1,8 +1,10 @@ SBOPKG NEWS -sbopkg-devel (2022-03-12 03:20 UTC) +sbopkg-devel (2022-03-16 11:56 UTC) MODIFICATIONS * Update renames + * sqg: Fix repo detection when people switch from stable to master or vice versa + Patch by Jeremy Hansen (#77) sbopkg 0.38.2 (2022-03-10 16:29 UTC) FEATURES