diff --git a/src/usr/doc/THANKS b/src/usr/doc/THANKS index 9754d71..5d72575 100644 --- a/src/usr/doc/THANKS +++ b/src/usr/doc/THANKS @@ -104,3 +104,4 @@ We moved to github, so revision number no longer used Benjamin Trigona-Harany ArTourter Urchlay + Logan Rathbone diff --git a/src/usr/libexec/sbopkg/sqg/functions b/src/usr/libexec/sbopkg/sqg/functions index 772207c..d2b0b18 100644 --- a/src/usr/libexec/sbopkg/sqg/functions +++ b/src/usr/libexec/sbopkg/sqg/functions @@ -226,10 +226,10 @@ execute_build () { if [ "$ALL" == "yes" ]; then rm -f $QUEUEDIR/*.sqf printf "Processing all SlackBuilds in the $REPO_SUBPATH repository..." - PKGSNEW=($(find "$REPO_DIR" -name "*.info" -print0 | xargs -r0)) + PKGSNEW=($(find "$REPO_DIR/" -name "*.info" -print0 | xargs -r0)) else for PKG in ${PKGS[@]}; do - INFOPATH=$(find "$REPO_DIR" -name ${PKG}.info) + INFOPATH=$(find "$REPO_DIR/" -name ${PKG}.info) if [ -z "$INFOPATH" ]; then echo "$PKG: Not found." diff --git a/tools/ChangeLog-latest.txt b/tools/ChangeLog-latest.txt index 35de234..a7ed98c 100644 --- a/tools/ChangeLog-latest.txt +++ b/tools/ChangeLog-latest.txt @@ -1,6 +1,6 @@ SBOPKG NEWS -sbopkg-devel (2024-05-21 00:31 UTC) +sbopkg-devel (2024-07-02 16:45 UTC) MODIFICATIONS * Update renames * sqg: Fix repo detection when people switch from stable to master or vice versa @@ -9,6 +9,8 @@ sbopkg-devel (2024-05-21 00:31 UTC) Reported by Jeremy Hansen * sbopkg: Support download from sbosrcarch Patch by Urchlay + * sqg: Fix 'find' command to work with symlinked REPO_DIR + Patch by Logan Rathbone (#92) sbopkg 0.38.2 (2022-03-10 16:29 UTC) FEATURES