File: fix-dirgz.patch

package info (click to toggle)
numdiff 5.8.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,596 kB
  • ctags: 910
  • sloc: ansic: 10,379; sh: 3,383; makefile: 280
file content (16 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Paolo Greppi <paolo.greppi@libpf.com>
Description: Do not install the info dir.gz file since that gets generated by something else

--- a/Makefile.in
+++ b/Makefile.in
@@ -209,10 +209,6 @@ install: installdirs html info pdf txt
 	$(POST_INSTALL)
 	$(INSTALL_DATA) $(INFOFILE) $(DESTDIR)$(INFODIR)
 	$(INSTALL_DATA) $(INFOFILE).gz $(DESTDIR)$(INFODIR)
-	if $(SHELL) -c "$(INSTINFO) --version" \
-	>/dev/null 2>&1; then \
-	$(INSTINFO) --dir-file=$(DESTDIR)$(INFODIR)/dir $(DESTDIR)$(INFODIR)/numdiff.info; \
-	else true; fi
 
 install-nls: install
 	$(INSTALL_DATA) $(PACKAGE_IT).mo $(IT_LOC_DIR)/$(PACKAGE).mo