From fad4cd8c44b2f87d2d698fcad98c7cbf87fc08c2 Mon Sep 17 00:00:00 2001 From: Zak Yani Star Fenton Date: Sun, 8 Jun 2025 05:51:07 +0000 Subject: [PATCH] Rename to slabpkg --- slpkg.c => slabpkg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename slpkg.c => slabpkg.c (99%) diff --git a/slpkg.c b/slabpkg.c similarity index 99% rename from slpkg.c rename to slabpkg.c index 8733715..4b380b1 100644 --- a/slpkg.c +++ b/slabpkg.c @@ -1720,7 +1720,7 @@ int usage(int argc, char** argv, int argi, char* error) { formatinfo(out); fprintf(out, "DEMO INSTRUCTIONS:\n\n"); - fprintf(out, " 1. compile slpkg.c\n 2. place the executable in a subdirectory named `dist`\n 3. create a file `pkg.pkb` with a line `/pkg` (executable path within `dist`)\n 4. run `./dist/pkg build pkg.pkb`\n 5. work out how to install it (try --root ... install)\n\n"); + fprintf(out, " 1. compile slabpkg.c\n 2. place the executable in a subdirectory named `dist`\n 3. create a file `slabpkg.pkb` with a line `/slabpkg` (executable path within `dist`)\n 4. run `./dist/slabpkg build slabpkg.pkb`\n 5. work out how to install it (try --root ... install)\n\n"); if (error) { fprintf(out, "ERROR:\n %s\n", error);