From 87367fcbaf6a466b48a611b09850982b95e83b92 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 5 Oct 2015 15:59:36 +0900 Subject: Set --sysconfdir=/etc all around Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af --- strata/python3-core/python3.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strata/python3-core') diff --git a/strata/python3-core/python3.morph b/strata/python3-core/python3.morph index f02452d4..fa7bedc9 100644 --- a/strata/python3-core/python3.morph +++ b/strata/python3-core/python3.morph @@ -2,6 +2,6 @@ name: python3 kind: chunk build-system: autotools configure-commands: -- ./configure --prefix="$PREFIX" --enable-shared +- ./configure --prefix="$PREFIX" --sysconfdir=/etc --enable-shared post-install-commands: - test -x "$DESTDIR"/"$PREFIX"/bin/python3 || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python3 -- cgit v1.2.1