File: link.patch

package info (click to toggle)
xastir 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,860 kB
  • sloc: ansic: 126,160; perl: 7,792; makefile: 448; sh: 228; sql: 102
file content (26 lines) | stat: -rw-r--r-- 846 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Date: Mon, 2 Mar 2026 19:11:08 +0000
Subject: link

Remove manual linking to allow dh_link for debian packaging.
---
 Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 115c5d5..91e0129 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,9 +71,9 @@ doc_DATA=AUTHORS FAQ ChangeLog LICENSE README README.GIT.md README.CYGWIN \
         COPYING.LIB.LESSTIF
 
 install-data-hook:
-	cd $(DESTDIR)$(mapdir) && \
-	rm -f CC_OpenStreetMap.png && \
-	$(LN_S) CC_OpenStreetMap_logo.png CC_OpenStreetMap.png
+	echo cd $(DESTDIR)$(mapdir) && \
+	echo rm -f CC_OpenStreetMap.png && \
+	echo $(LN_S) CC_OpenStreetMap_logo.png CC_OpenStreetMap.png
  
 mandir=@mandir@
 man_MANS=xastir.1 callpass.1 xastir_udp_client.1 testdbfawk.1