From 99a5a7693e939d3501e2a164446da6ebc4f8ac12 Mon Sep 17 00:00:00 2001 From: Zak Yani Star Fenton Date: Sun, 8 Jun 2025 18:07:21 +1000 Subject: [PATCH] Added Makefile, fixed default install permissions including for executables, made metadata lines ignored when installing for now (they were just added recently and aren't properly handled yet) --- Makefile | 0 testroot/README.md | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 Makefile create mode 100644 testroot/README.md diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/testroot/README.md b/testroot/README.md new file mode 100644 index 0000000..204c642 --- /dev/null +++ b/testroot/README.md @@ -0,0 +1,3 @@ +# The testroot Directory + +This directory only exists for testing `slabpkg` installing itself, and this file only exists so that the directory isn't deleted from the source directory.