On 2001-02-28 02:13:19 -0500, Justin R. Miller wrote: > Anyone have a fix for this? It's just a missing file which I posted to mutt-dev immediately after the first one noticed. Here it is again. -- Thomas Roessler <[EMAIL PROTECTED]> This message may have been certified to be possibly virus-free.
#!/bin/sh -- prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ libdir=@libdir@ mandir=@mandir@ sharedir=@sharedir@ srcdir=@srcdir@ docdir=@docdir@ includedir=@includedir@ top_srcdir=@top_srcdir@ top_builddir=.. SOURCE="$1" TARGET="$2" rm -f "$TARGET" sed -e "s;/usr/local/bin/;$bindir/;g" \ -e "s;/usr/local/doc/mutt/;$docdir/;g" \ "$SOURCE" > $TARGET chmod 644 "$TARGET"