From 182dd93a3847d9ad8c22e4b1296eeeac48b52d95 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 19 May 2026 11:53:54 -0400 Subject: [PATCH] remove a debug line --- sys/unix/hints/linux.500 | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/unix/hints/linux.500 b/sys/unix/hints/linux.500 index 7df63d93f..cf3c9dac3 100755 --- a/sys/unix/hints/linux.500 +++ b/sys/unix/hints/linux.500 @@ -135,7 +135,6 @@ PKG_EXISTS := $(shell rpm -q $(LUAPKGNAME) > /dev/null 2>&1 \ && echo yes || echo no) # else -$(info Section for DEFAULT) PKG_EXISTS=no $(info Existance of package $(LUAPKGNAME) could not be verified) endif