File: do_not_install_jar_files.patch

package info (click to toggle)
phylip 1%3A3.697%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,372 kB
  • sloc: ansic: 64,948; java: 2,251; makefile: 56; xml: 46; sh: 32
file content (20 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 17 Sep 2014 19:35:06 +0200
Description: The binary JAR files without source are stripped from the
 source tarball so do not try to install these files

--- a/src/Makefile.unx
+++ b/src/Makefile.unx
@@ -225,10 +225,8 @@ put:
 	@echo "Installing PHYLIP v3.6 binaries in $(EXEDIR)"
 	@mkdir -p $(EXEDIR)
 	@cp $(PROGS) $(EXEDIR)
-	@echo "Installing dynamic libraries in $(EXEDIR)"
-	@cp $(DYLIBS) $(EXEDIR)
-	@echo "Installing jar files in $(EXEDIR)"
-	@cp $(JARS) $(EXEDIR)
+	#@cp $(DYLIBS) $(EXEDIR)
+	#@cp $(JARS) $(EXEDIR)
 	@echo "Installing font files in $(DATADIR)"
 	@mkdir -p $(DATADIR)
 	@cp font* $(DATADIR)