]> git.ipfire.org Git - location/libloc.git/commitdiff
configure: Fix incorrect database path
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Sep 2022 09:54:45 +0000 (09:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Sep 2022 09:54:45 +0000 (09:54 +0000)
Reported-by: Jochen Sprickerhof <jochen@sprickerhof.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index 9fad1b97dc7e7a4fc45602c66117eb2adde70cc0..93ac7eb2a02763bc47781f4fc424671f006b7a56 100644 (file)
@@ -122,7 +122,7 @@ CC_CHECK_FLAGS_APPEND([my_LDFLAGS], [LDFLAGS], [-fno-semantic-interposition])
 
 AC_ARG_WITH([database-path],
        AS_HELP_STRING([--with-database-path], [The default database path]),
-       [], [with_database_path=/var/lib/${PACKAGE_NAME}/database.db]
+       [], [with_database_path=/var/lib/location/database.db]
 )
 
 if test -z "${with_database_path}"; then