Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-04 13:40:26 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-04 13:40:26 +0400
commit733c01ea60f1aaae6edf7e325bc953e60ad8f188 (patch)
treeb9a9b3a9bac8bc6025a0d6c72625d29f37a8d7d3 /configure.ac
parent812c7f5c7f95c624abd439362d79f848b59e77b3 (diff)
Set poudriere prefix from configure not from Makefile
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 31e894d9..7197d02f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,4 +8,4 @@ AC_PROG_RANLIB
AC_CONFIG_FILES(Makefile)
-AC_OUTPUT
+AC_OUTPUT([src/etc/rc.d/poudriered])