ysenda / rpms / rt-setup

Forked from rpms/rt-setup a year ago
Clone

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

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