From d66dd9a48588a062c20aff9c138ffae5ad553612 Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Sun, 21 Sep 2025 13:08:24 +0100 Subject: [PATCH] Added extra about files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7181f6..d90202b 100644 --- a/README.md +++ b/README.md @@ -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 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 variables: @@ -61,7 +61,7 @@ variables: * `CHECKINSTALL=...` They will be included in the final package as the relevant script file -entries.~~ +entries.|| Compiling a Package