pkgsrc/editors/TeXmacs/patches/patch-ai
drochner 7ae14f13e7 update to 1.0.5
changes:
Several minor bug corrections (1.0.5).
Further improvements for grids in the upcoming graphical mode (1.0.5).
Added and improved still imperfect svmono , svjour , elsart and ifac
 styles (1.0.4.7).
Added a plug-in for DraTeX (1.0.4.7).
Updated and improved Maxima plug-in for upcoming version 5.9.2 of
 Maxima (1.0.4.7).
Further improvements for grids in the upcoming graphical mode (1.0.4.7).

being here, fix maxima detection
2005-04-28 19:05:25 +00:00

12 lines
342 B
Text

$NetBSD: patch-ai,v 1.1 2005/04/28 19:05:25 drochner Exp $
--- plugins/maxima/bin/maxima_detect.orig 2005-04-28 16:25:54.000000000 +0200
+++ plugins/maxima/bin/maxima_detect
@@ -1,5 +1,5 @@
-#!/bin/bash
-MAXIMA=`type -p maxima 2>/dev/null`
+#!/bin/sh
+MAXIMA=`which maxima`
if [ $? -eq 0 ]
then
if grep -F list-avail $MAXIMA >/dev/null