summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 8 insertions, 4 deletions
diff --git a/configure b/configure
index aec91f14..afaae43a 100755
--- a/configure
+++ b/configure
@@ -23160,6 +23160,10 @@ if test "$with_fhs_opt" = "yes"; then
serverplugindir=/plugins
# relative to datadir
infdir=/inf
+ # location of property/resource files, relative to datadir
+ propertydir=/properties
+ # relative to libdir
+ perldir=/perl
else
if test "$with_fhs" = "yes"; then
ac_default_prefix=/usr
@@ -23178,17 +23182,17 @@ else
serverplugindir=/$PACKAGE_NAME/plugins
# relative to datadir
infdir=/$PACKAGE_NAME/inf
+ # location of property/resource files, relative to datadir
+ propertydir=/$PACKAGE_NAME/properties
+ # relative to libdir
+ perldir=/$PACKAGE_NAME/perl
fi
# Shared paths for all layouts
# relative to sysconfdir
configdir=/$PACKAGE_NAME/config
-# location of property/resource files, relative to datadir
-propertydir=/$PACKAGE_NAME/properties
# relative to sysconfdir
schemadir=/$PACKAGE_NAME/schema
-# relative to libdir
-perldir=/$PACKAGE_NAME/perl
# default user, group
defaultuser=nobody