summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-01 16:20:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-10-01 16:20:53 +0000
commit66177eb5ecfa264aa39e016df0e3ddf81c28836e (patch)
treeea2882d813826a770847ab123b896a7ebb27ebae
parent1c075c2855699fcc943bdfc08b264151392e4b6d (diff)
downloadabuild-66177eb5ecfa264aa39e016df0e3ddf81c28836e.tar.bz2
abuild-66177eb5ecfa264aa39e016df0e3ddf81c28836e.tar.xz
abuild: only set sysconfdir in functions.sh
we set sysconfdir in functions.sh so there is no need to set it in abuild.
-rw-r--r--abuild.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 4a7c617..c11b4b0 100644
--- a/abuild.in
+++ b/abuild.in
@@ -8,7 +8,6 @@
#
program_version=@VERSION@
-sysconfdir=@sysconfdir@
datadir=@datadir@
abuild_path=$(readlink -f $0)