diff options
Diffstat (limited to 'office/org-mode/Makefile.2.patch')
-rw-r--r-- | office/org-mode/Makefile.2.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/office/org-mode/Makefile.2.patch b/office/org-mode/Makefile.2.patch new file mode 100644 index 0000000000..f93e326f3c --- /dev/null +++ b/office/org-mode/Makefile.2.patch @@ -0,0 +1,11 @@ +--- org-6.34c/Makefile 2010-01-19 04:12:47.314750357 +0300 ++++ org-6.34c/Makefile.2 2010-01-19 04:11:53.197796741 +0300 +@@ -14,7 +14,7 @@ + EMACS=emacs + + # Where local software is found +-prefix=/usr ++prefix=$(PKG)/usr + + # Where local lisp files go. + lispdir = $(prefix)/share/emacs/site-lisp |