Added extra about files

This commit is contained in:
2025-09-21 13:08:24 +01:00
parent 0b48da8897
commit d66dd9a485

View File

@@ -52,7 +52,7 @@ within the package, and should be named with a `.patch` extension. They
should be "unified" patch files (created with `diff -u`), and will be should be "unified" patch files (created with `diff -u`), and will be
applied to the source code after extraction and before configuration. applied to the source code after extraction and before configuration.
~~* Script files - (not implemented yet). These should be placed in the ||* Script files - (not implemented yet). These should be placed in the
`scripts` directory, and referenced in the `PKGCONF` file using the `scripts` directory, and referenced in the `PKGCONF` file using the
variables: variables:
@@ -61,7 +61,7 @@ variables:
* `CHECKINSTALL=...` * `CHECKINSTALL=...`
They will be included in the final package as the relevant script file They will be included in the final package as the relevant script file
entries.~~ entries.||
Compiling a Package Compiling a Package