diff options
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 0000000000..457053755f --- /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 |