From c1c663742613c86fb259d696f507df7566c0222d Mon Sep 17 00:00:00 2001 From: Matt Critchlow Date: Tue, 20 Jun 2017 19:42:37 -0700 Subject: [PATCH] update CONFOPTS source link in package.yml doc --- packaging/package.yml/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/package.yml/en.md b/packaging/package.yml/en.md index b8f91d9..183a788 100644 --- a/packaging/package.yml/en.md +++ b/packaging/package.yml/en.md @@ -154,7 +154,7 @@ Macro | Description Macro | Description ---- | ---- **%ARCH%** | Indicates the current build architecture. -**%CONFOPTS%** | Flags / options for configuration, such as `--prefix=/usr`. [Full List.](https://github.com/solus-project/ypkg/blob/master/ypkg2/rc.yml#L117) +**%CONFOPTS%** | Flags / options for configuration, such as `--prefix=/usr`. [Full List.](https://github.com/solus-project/ypkg/blob/master/ypkg2/rc.yml#L127-L130) **%CFLAGS%** | cflags as set in `eopkg.conf` **%CXXFLAGS%** | cxxflags as set in `eopkg.conf` **%LDFLAGS%** | ldflags as set in `eopkg.conf`