ysenda / rpms / rt-setup

Forked from rpms/rt-setup a year ago
Clone

Blame SOURCES/rt-setup-remove-strip-of-rt-entsk.patch

517401
From f29bccfe2e3610a4bd10e01188ec869be100f2ce Mon Sep 17 00:00:00 2001
517401
From: John Kacur <jkacur@redhat.com>
517401
Date: Thu, 19 May 2022 14:27:51 -0400
517401
Subject: [PATCH] rt-setup: remove strip of rt-entsk
517401
517401
Remove '-s' argument from the install command for rt-entsk
517401
517401
Signed-off-by: John Kacur <jkacur@redhat.com>
517401
---
517401
 Makefile | 2 +-
517401
 1 file changed, 1 insertion(+), 1 deletion(-)
517401
517401
diff --git a/Makefile b/Makefile
517401
index a1cda5cb2510..a86c927a1217 100644
517401
--- a/Makefile
517401
+++ b/Makefile
517401
@@ -57,7 +57,7 @@ install:
517401
 	install -m 755 -D rt-setup.systemd $(DEST)/usr/bin/rt-setup
517401
 	install -m 644 -D realtime.conf $(DEST)/etc/security/limits.d/realtime.conf
517401
 	install -m 644 -D rt-entsk.service $(DEST)/usr/lib/systemd/system/rt-entsk.service
517401
-	install -m 755 -D -s rt-entsk $(DEST)/usr/sbin/rt-entsk
517401
+	install -m 755 -D rt-entsk $(DEST)/usr/sbin/rt-entsk
517401
 	install -m 644 -D rt-setup.service $(DEST)/usr/lib/systemd/system/rt-setup.service
517401
 
517401
 dist-git: tarball
517401
-- 
517401
2.36.1
517401