diff options
author | 2018-03-25 01:38:22 +0100 | |
---|---|---|
committer | 2021-02-27 09:52:10 +0100 | |
commit | 89273d03968cf11d24138d63975fb2b2b97e5b78 (patch) | |
tree | 3cc98ba8391ad5c438d9c2ecc61dde6d568ccbea | |
parent | 9aa1498acb0841d4ce656319a4de5cc157b4e2ed (diff) | |
download | slackbuilds-halberd.tar.gz |
python/halberd: Removed makefile patch for latex.halberd
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | python/halberd/halberd.SlackBuild | 3 | ||||
-rw-r--r-- | python/halberd/make-pdf-manual.diff | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/python/halberd/halberd.SlackBuild b/python/halberd/halberd.SlackBuild index 2081acbd56..8e78173d5d 100644 --- a/python/halberd/halberd.SlackBuild +++ b/python/halberd/halberd.SlackBuild @@ -69,9 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Fix path to latex binary for Slackware -patch -p1 --verbose < $CWD/make-pdf-manual.diff - # Generate PDF documentation ( cd doc/ make manual.pdf diff --git a/python/halberd/make-pdf-manual.diff b/python/halberd/make-pdf-manual.diff deleted file mode 100644 index 6eae15bdd0..0000000000 --- a/python/halberd/make-pdf-manual.diff +++ /dev/null @@ -1,14 +0,0 @@ - -Corrects the path to the latex binary on Slackware. - ---- halberd-0.2.4.orig/doc/GNUmakefile 2015-11-17 19:57:03.993466727 -0700 -+++ halberd-0.2.4/doc/GNUmakefile 2015-11-17 19:58:43.780459960 -0700 -@@ -15,7 +15,7 @@ - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - --LATEX := /usr/bin/latex -+LATEX := /usr/share/texmf/bin/latex - DVIPDF := /usr/bin/dvipdf - LATEX2HTML := /usr/bin/latex2html - |