Skip to content

Commit

Permalink
Link to package source directly
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Feb 3, 2025
1 parent 8dfd382 commit d02dde1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions make-repo-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ set -e

# Set global variables
GITHUB_REPOSITORY_OWNER="${GITHUB_REPOSITORY_OWNER:-pspdev}"
GITHUB_REPOSITORY="${GITHUB_REPOSITORY:-pspdev/pspdev}"
GITHUB_REPOSITORY="${GITHUB_REPOSITORY:-pspdev/psp-packages}"
INDEX_TABLE_CONTENT=""

# Build the html pages
for PSPBUILD in $(find . -name "PSPBUILD" | sort); do
for PSPBUILD in $(find . -maxdepth 2 -name "PSPBUILD" | sort); do
# Make sure optional variables are from current PSPBUILD
unset groups
unset license
Expand Down
2 changes: 1 addition & 1 deletion package.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

<p><a href="index.html">Back to index</a></p>

<p>Source on <a href="https://github.com/${GITHUB_REPOSITORY}/">GitHub</a></p>
<p>Source on <a href="https://github.com/${GITHUB_REPOSITORY}/blob/master/${pkgname}/PSPBUILD">GitHub</a></p>
</body>
</html>

0 comments on commit d02dde1

Please sign in to comment.