mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
10 lines
464 B
Text
10 lines
464 B
Text
--- tools/install_ircd.in.orig 2006-07-14 15:53:59.000000000 +0200
|
|
+++ tools/install_ircd.in 2014-04-06 16:22:09.000000000 +0200
|
|
@@ -6,6 +6,7 @@
|
|
# $Id: install_ircd.in,v 1.1.8.14 2003/08/10 16:12:58 rzhe Exp $
|
|
|
|
DPATH=`awk '/^#define@AWKSP@DPATH/ {print $3}' include/paths.h | tr -d \"`
|
|
+DPATH=STAGE/$DPATH
|
|
SPATH=`awk '/^#define@AWKSP@SPATH/ {print $3}' include/paths.h | tr -d \"`
|
|
if [ -z `echo $SPATH | awk '/^\// {print $1}'` ] ; then
|
|
SPATH=$DPATH/$SPATH
|