build: Remove ${prefix} in %datadir.

pull/3/head
Mathieu Lirzin 2016-07-22 12:42:47 +02:00
parent b1dd669196
commit a44558e2dd
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ AC_CANONICAL_HOST
# references to shell variables.
expanded_prefix="`eval echo $prefix | sed -e "s|NONE|/usr/local|g"`"
AC_SUBST([expanded_datadir],
[`eval echo $datadir | sed -e "s|NONE|$expanded_prefix|g"`])
[`eval echo $datarootdir | sed -e "s|NONE|$expanded_prefix|g"`])
AC_SUBST([expanded_localstatedir],
[`eval echo $localstatedir | sed -e "s|NONE|$expanded_prefix|g"`])