]> git.pld-linux.org Git - packages/emacs-erc.git/blame - emacs-erc-install-info.patch
- package only info files from %{_infodir} (do not package %{_infodir}/dir)
[packages/emacs-erc.git] / emacs-erc-install-info.patch
CommitLineData
ecb58ad9 1--- erc-5.1.2/Makefile~ 2006-03-27 19:32:49.000000000 +0200
2+++ erc-5.1.2/Makefile 2006-03-27 19:35:32.000000000 +0200
3@@ -26,7 +26,7 @@
4 #EMACS = xemacs
5 #SITEFLAG = -no-site-file
6
7-INSTALLINFO = install-info --info-dir=$(INFODIR)
8+INSTALLINFO = /usr/sbin/install-info --info-dir=$(INFODIR)
9
10 # If you're using Debian, uncomment the following line and comment out
11 #the above line.
12@@ -67,8 +67,8 @@
13
14 install-info: $(MANUAL).info
15 [ -d $(DESTDIR)$(INFODIR) ] || install -d $(DESTDIR)$(INFODIR)
16- install -m 0644 $(MANUAL).info $(DESTDIR)$(INFODIR)/$(MANUAL)
17- $(INSTALLINFO) $(DESTDIR)$(INFODIR)/$(MANUAL)
18+ install -m 0644 $(MANUAL).info $(DESTDIR)$(INFODIR)
19+# $(INSTALLINFO) $(DESTDIR)$(INFODIR)/$(MANUAL)
20
21 install-bin: lisp
22 install -d $(DESTDIR)$(ELISPDIR)
This page took 0.060554 seconds and 4 git commands to generate.