Skip to content

Commit 03d8b36

Browse files
authored
Docs: Update libsplit usage for true/false booleans (#677)
Signed-off-by: Troy Harvey <harveydevel@gmail.com>
1 parent f09319f commit 03d8b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/packaging/packaging-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This is invariably created for packages that provide libraries and development h
4646
For the full list of rules see [here](https://github.com/getsolus/ypkg/blob/v34/ypkg2/packages.py#L166-L254).
4747

4848
Note that for some packages, `/usr/$lib/lib*.so` files are not symlinks. In this instance, the main package will be broken with no library files present. This can quickly be determined by looking at the resulting `pspec_*.xml` file generated after running the build.
49-
If this happens, simply override with `patterns` or set `libsplit` to “no”.
49+
If this happens, simply override with `patterns` or set `libsplit` to “false”.
5050

5151
**A note on static archives**: Unless it is absolutely unavoidable, you should disable static libraries within your build. This is usually fixed by adding `--disable-static` to your configure routine. If `*.a` files are shown in your packaging request, it will be questioned, as they can pose a greater security risk if packages link against these static archives.
5252

0 commit comments

Comments
 (0)