diff options
author | Stephane Glondu <steph@glondu.net> | 2010-07-24 20:16:12 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2010-07-24 20:16:49 +0200 |
commit | 9c2ea6db8eb33af0b81fd92ad4d6652eb7f99cfc (patch) | |
tree | 2253070e8d0b6e14ac4dc48843097f5c03469eed | |
parent | d62dc42dea0cda3f00804227d02bc2d949add8af (diff) |
Add 0001-Fix-installation-of-emacs-files.patch
-rw-r--r-- | debian/patches/0001-Fix-installation-of-emacs-files.patch | 22 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/0001-Fix-installation-of-emacs-files.patch b/debian/patches/0001-Fix-installation-of-emacs-files.patch new file mode 100644 index 00000000..055c983b --- /dev/null +++ b/debian/patches/0001-Fix-installation-of-emacs-files.patch @@ -0,0 +1,22 @@ +From: Stephane Glondu <steph@glondu.net> +Date: Sat, 24 Jul 2010 20:14:50 +0200 +Subject: [PATCH] Fix installation of emacs files + +--- + Makefile.build | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/Makefile.build b/Makefile.build +index a7ae1e2..e86baec 100644 +--- a/Makefile.build ++++ b/Makefile.build +@@ -623,7 +623,7 @@ install-coq-manpages: + + install-emacs: + $(MKDIR) $(FULLEMACSLIB) +- $(INSTALLLIB) tools/coq.el tools/coq-inferior.el $(FULLEMACSLIB) ++ $(INSTALLLIB) tools/coq-db.el tools/coq-font-lock.el tools/coq-syntax.el tools/coq.el tools/coq-inferior.el $(FULLEMACSLIB) + + # command to update TeX' kpathsea database + #UPDATETEX = $(MKTEXLSR) /usr/share/texmf /var/spool/texmf $(BASETEXDIR) > /dev/null +-- diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..07593e59 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Fix-installation-of-emacs-files.patch |