From: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Wed, 18 Jun 2025 20:42:50 +0200
Subject: Do not strip ippl during installation

Bug-Debian: https://bugs.debian.org/437218
Forwarded: no
Last-Update: 2021-12-23
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 4f04f2e..3b28d44 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,7 @@ docs:
 
 install: all
 	$(INSTALL) -d -m 755 $(SBINDIR)
-	$(INSTALL) -s -m 755 Source/ippl $(SBINDIR)/ippl
+	$(INSTALL) -m 755 Source/ippl $(SBINDIR)/ippl
 	$(INSTALL) -d -m 755 $(ETCDIR)
 	[ -f $(CONFIGURATION_FILE) ] || \
 	  $(INSTALL) -m 644 ippl.conf $(CONFIGURATION_FILE)
