diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-05-28 20:49:28 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-29 17:49:24 -0400 |
commit | 5c41d0eb4c7034998d9718f89e12f44fe872ab9a (patch) | |
tree | 92905a04a5987ab7e9ec17515417d16cffb556b4 /scripts/abs.in | |
parent | d255d511aa9cbfa7b3bf056908c07f5afed69b72 (diff) | |
download | pacman-5c41d0eb4c7034998d9718f89e12f44fe872ab9a.tar.xz |
Substitute config directory in scripts.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'scripts/abs.in')
-rw-r--r-- | scripts/abs.in | 6 |
1 files changed, 3 insertions, 3 deletions
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." } |