]> git.pld-linux.org Git - packages/emacs-psgml.git/commitdiff
- use DESTDIR in install
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Feb 2008 18:04:07 +0000 (18:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacs-psgml-DESTDIR.patch -> 1.1

emacs-psgml-DESTDIR.patch [new file with mode: 0644]

diff --git a/emacs-psgml-DESTDIR.patch b/emacs-psgml-DESTDIR.patch
new file mode 100644 (file)
index 0000000..fe5b707
--- /dev/null
@@ -0,0 +1,25 @@
+--- psgml-1.2.5/Makefile.in~   2008-02-04 18:44:23.000000000 +0100
++++ psgml-1.2.5/Makefile.in    2008-02-04 18:48:07.000000000 +0100
+@@ -27,16 +27,16 @@
+ install: compile 
+-      $(SHELL) mkinstalldirs $(lispdir)
++      $(SHELL) mkinstalldirs $(DESTDIR)$(lispdir)
+       for p in *.elc; do \
+-        echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
+-        $(INSTALL_DATA) $$p $(lispdir)/$$p; \
++        echo " $(INSTALL_DATA) $$p $(DESTDIR)$(lispdir)/$$p"; \
++        $(INSTALL_DATA) $$p $(DESTDIR)$(lispdir)/$$p; \
+       done
+-      $(INSTALL_DATA) iso88591.map $(lispdir)
++      $(INSTALL_DATA) iso88591.map $(DESTDIR)$(lispdir)
+ install-info:
+-      $(INSTALL_DATA) psgml.info $(infodir)
+-      $(INSTALL_DATA) psgml-api.info $(infodir)
++      $(INSTALL_DATA) psgml.info $(DESTDIR)$(infodir)
++      $(INSTALL_DATA) psgml-api.info $(DESTDIR)$(infodir)
+ xemacs:
This page took 0.07123 seconds and 4 git commands to generate.