From 807dad54d5a901a8c87c16f9eddc86a65e6f8893 Mon Sep 17 00:00:00 2001 From: Thomas Staudinger Date: Thu, 17 Oct 2024 16:55:27 +0200 Subject: [PATCH] package.yml: Use fixed tag reference for CONFOPTS link (#569) Signed-off-by: Thomas Staudinger --- docs/packaging/package.yml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packaging/package.yml.md b/docs/packaging/package.yml.md index 21454b310..e8f5a675f 100644 --- a/docs/packaging/package.yml.md +++ b/docs/packaging/package.yml.md @@ -257,7 +257,7 @@ BOLT is a post-link optimizer developed to speed up large applications. You will | **%ARCH%** | Indicates the current build architecture. | | **%CC%** | C compiler. | | **%CFLAGS%** | cflags as set in `eopkg.conf`. | -| **%CONFOPTS%** | Flags / options for configuration, such as `--prefix=%PREFIX%`. [Full List.](https://github.com/getsolus/ypkg/blob/master/ypkg2/rc.yml#L444-L456) | +| **%CONFOPTS%** | Flags / options for configuration, such as `--prefix=%PREFIX%`. [Full List.](https://github.com/getsolus/ypkg/blob/v33/ypkg2/rc.yml#L446-L458) | | **%CXX%** | C++ compiler. | | **%CXXFLAGS%** | cxxflags as set in `eopkg.conf`. | | **%JOBS%** | jobs, as set in `eopkg.conf`. |