From a6baa3f681fad58555e28c50589595d98ec81a23 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jun 2010 05:02:50 +0200 Subject: [PATCH] build-sys: default rootdir to prefix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dd3f152f..16f1bcdb 100644 --- a/configure.ac +++ b/configure.ac @@ -272,7 +272,7 @@ AC_SUBST([udevrulesdir], [$with_udevrulesdir]) AC_ARG_WITH([rootdir], AS_HELP_STRING([--with-rootdir=DIR], [Root directory for files necessary for boot]), [], - [with_rootdir=/]) + [with_rootdir=${ac_default_prefix}]) AC_SUBST([rootdir], [$with_rootdir]) AC_OUTPUT([Makefile]) -- 2.39.5