From f0d4cb28382ac16f3203c4bb9b97d5ec58e787df Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Tue, 15 Oct 2024 20:11:00 -0700 Subject: [PATCH] Update script status --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21a8707..e33c9d7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Dependency Two: SQLite3 Justification: Needed to build RPM itself. Depends upon UnZip for documentation. * Script: [`02-sqlite3.sh`](02-sqlite3.sh) -* Status: Script Untested +* Status: Script Works Dependency Three: libgpg-error ------------------------------ @@ -27,7 +27,7 @@ Dependency Three: libgpg-error Justification: Needed to build libgcrypt. No build dependencies outside of LFS. * Script: [`03-libgpg-error.sh`](03-libgpg-error.sh) -* Status: Script Untested +* Status: Script Works Dependency Four: libgcrypt -------------------------- @@ -35,6 +35,6 @@ Dependency Four: libgcrypt Justification: Needed to build RPM itself. Depends upon libgpg-error. * Script: [`04-libgcrypt.sh`](04-libgcrypt.sh) -* Status: Script Untested +* Status: Script Works