File: 04_dont_strip_emx.patch

package info (click to toggle)
sunclock 3.57-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,876 kB
  • sloc: ansic: 14,791; makefile: 822; perl: 111; sh: 33
file content (16 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Roland Rosenfeld <roland@debian.org>
Date: Sat, 18 Aug 2007 14:21:56 +0200
Subject: Do not strip emx in Imakefile install (Closes: #438076).
Bug-Debian: http://bugs.debian.org/438076

--- a/Imakefile
+++ b/Imakefile
@@ -87,7 +87,7 @@ install:: all install.man
 	cd vmf ; rm -f *~ ; cp -f * $(DESTDIR)$(SHAREDIR)/earthmaps/vmf
 	cd $(DESTDIR)$(SHAREDIR)/earthmaps/vmf ; gzip -f *.vmf
 	$(MKDIRHIER) $(DESTDIR)$(EMXBINDIR)
-	install -c -s editkit/emx $(DESTDIR)$(EMXBINDIR)/
+	install -c editkit/emx $(DESTDIR)$(EMXBINDIR)/
 	$(MKDIRHIER) $(DESTDIR)$(SHAREDIR)/editkit
 	cd editkit ; install -c -m 444 rc.example README MANUAL.emacs \
 		$(DESTDIR)$(SHAREDIR)/editkit