commit 6110074

hovercats  ·  2026-08-09 23:30:26 +0000 UTC
parent abefd4d
sbase: remove patch. I dont belive we need it anymore
3 files changed,  +1, -28
+0, -1
1@@ -131,7 +131,6 @@
2 [submodule "pkg/sbase/src"]
3 	path = pkg/sbase/src
4 	url = https://git.suckless.org/sbase
5-	ignore = all
6 	shallow = true
7 [submodule "pkg/sdhcp/src"]
8 	path = pkg/sdhcp/src
+0, -26
 1@@ -1,26 +0,0 @@
 2-From 1becf15eefaf4c7b5ac650095e2af04d2902200c Mon Sep 17 00:00:00 2001
 3-From: hovercats <hovercatswithlasereyes@protonmail.com>
 4-Date: Mon, 23 Oct 2023 20:45:04 +0200
 5-Subject: [PATCH] fnck.c: dont check if DEST is a symlink. kiss will error out
 6- when installing if symlinks for the package already exists.
 7-
 8----
 9- libutil/fnck.c | 2 +-
10- 1 file changed, 1 insertion(+), 1 deletion(-)
11-
12-diff --git a/libutil/fnck.c b/libutil/fnck.c
13-index 4f8875b..214b298 100644
14---- a/libutil/fnck.c
15-+++ b/libutil/fnck.c
16-@@ -10,7 +10,7 @@ fnck(const char *a, const char *b,
17- 	struct stat sta, stb;
18- 
19- 	if (!stat(a, &sta)
20--	    && !stat(b, &stb)
21-+	    && !lstat(b, &stb)
22- 	    && sta.st_dev == stb.st_dev
23- 	    && sta.st_ino == stb.st_ino) {
24- 		weprintf("%s -> %s: same file\n", a, b);
25--- 
26-2.45.1
27-
+1, -1
1@@ -1 +1 @@
2-20e44f4 r0
3+20e44f4 r1