summaryrefslogtreecommitdiff
path: root/patches/lisp/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/lisp/Makefile.patch')
-rw-r--r--patches/lisp/Makefile.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/lisp/Makefile.patch b/patches/lisp/Makefile.patch
new file mode 100644
index 0000000..f27ff91
--- /dev/null
+++ b/patches/lisp/Makefile.patch
@@ -0,0 +1,14 @@
+*** lisp/Makefile 2009-11-21 19:43:53.000000000 -0500
+--- debian/bbdb/usr/share/emacs/site-lisp/bbdb/lisp/Makefile 2009-11-21 20:27:35.000000000 -0500
+***************
+*** 56,64 ****
+
+ all: Makefile gnus bbdb autoloadsc
+
+- Makefile: Makefile.in
+- cd ..; ./config.status
+-
+ install-pkg: uninstall-pkg bbdb autoloadsc
+ @if test "x$(SYMLINKS)" = "xno" ; then \
+ mkdir -p -m 0755 $(PACKAGEDIR)/lisp/bbdb; \
+--- 56,61 ----