From 5c41d0eb4c7034998d9718f89e12f44fe872ab9a Mon Sep 17 00:00:00 2001 From: Andrew Fyfe Date: Mon, 28 May 2007 20:49:28 +0100 Subject: Substitute config directory in scripts. Signed-off-by: Andrew Fyfe --- scripts/abs.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/abs.in') diff --git a/scripts/abs.in b/scripts/abs.in index 7ed677d4..b086aea6 100644 --- a/scripts/abs.in +++ b/scripts/abs.in @@ -21,7 +21,7 @@ # myver='@PACKAGE_VERSION@' -CONFDIR="/etc/abs" +CONFDIR="@SYSCONFDIR@/abs" CONNMODE="m" [ -f "$CONFDIR/abs.conf" ] && source "$CONFDIR/abs.conf" @@ -35,8 +35,8 @@ usage() { echo echo "abs will synchronize PKGBUILD scripts from the CVS repository" echo "into $ABSROOT. You can follow different package trees by" - echo "editing /etc/abs/supfile.* files. If no argument is given, abs " - echo "will synchronize from supfiles specified in /etc/abs/abs.conf." + echo "editing @SYSCONFDIR@/abs/supfile.* files. If no argument is given, abs " + echo "will synchronize from supfiles specified in @SYSCONFDIR@/abs/abs.conf." echo "If -p is specified, the connection is opened in passive mode." } -- cgit v1.2.3-24-g4f1b