freebsd-ports/finance/qhacc/files/patch-src::qhacc.in
Kirill Ponomarev ae2dc932d3 Update to version 3.2.3
PR:		ports/74946
Submitted by:	Ports Fury
2004-12-11 19:13:04 +00:00

17 lines
653 B
Text

--- src/qhacc.in.orig Tue Dec 7 11:05:34 2004
+++ src/qhacc.in Fri Dec 10 02:47:25 2004
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!%%LOCALBASE%%/bin/bash
###############################################################
# parse the command line, and call the appropriate executable #
# #
@@ -39,7 +39,7 @@
# You can change QHACC_ROOT and QHACC_HOME to fit your needs
QHACC_ROOT=${QHACC_ROOT:="@libdir@"}
QHACC_HOME=${QHACC_HOME:="${HOME}/.qhacc"}
-QHACC_LANGDIR=${QHACC_LANGDIR:="@datadir@"}
+QHACC_LANGDIR=${QHACC_LANGDIR:="@datadir@/qhacc"}
export LD_LIBRARY_PATH=$QHACC_ROOT:$LD_LIBRARY_PATH