diff options
author | Valeriy Timchenko <ValTimchenko@gmail.com> | 2010-05-13 01:00:34 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 01:00:34 +0200 |
commit | 65c913a07947069993ae096a55936915c22d53df (patch) | |
tree | 72237748a6b323bdd135527be3f83ed101cacc65 /office/org-mode/Makefile.1.patch | |
parent | 03e0b9e3adbd2db085fd85f15645fb1a517cba47 (diff) |
office/org-mode: Added to 13.0 repository
Diffstat (limited to 'office/org-mode/Makefile.1.patch')
-rw-r--r-- | office/org-mode/Makefile.1.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/office/org-mode/Makefile.1.patch b/office/org-mode/Makefile.1.patch new file mode 100644 index 000000000000..457053755fc3 --- /dev/null +++ b/office/org-mode/Makefile.1.patch @@ -0,0 +1,25 @@ +--- org-6.34c/Makefile 2010-01-18 02:10:45.000000000 +0300 ++++ org-6.34c/Makefile.2 2010-01-19 04:11:10.324503966 +0300 +@@ -14,13 +14,13 @@ + EMACS=emacs + + # Where local software is found +-prefix=/usr/local ++prefix=/usr + + # Where local lisp files go. + lispdir = $(prefix)/share/emacs/site-lisp + + # Where info files go. +-infodir = $(prefix)/share/info ++infodir = $(prefix)/info + + ##---------------------------------------------------------------------- + ## YOU MAY NEED TO EDIT THESE +@@ -381,4 +381,4 @@ + lisp/org-vm.elc: lisp/org.el + lisp/org-w3m.elc: lisp/org.el + lisp/org-wl.elc: lisp/org.el +-lisp/org-xoxo.elc: lisp/org-exp.el +\ No newline at end of file ++lisp/org-xoxo.elc: lisp/org-exp.el |