fix @dataroot@ missing warning.

As per autoconf[1] documentation, we should declare @datarootdir@ so
it uses the new convetion of expression @datadir@ as terms of
@datarootdir@.

[1] http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Changed-Directory-Variables.html
This commit is contained in:
Gustavo Sverzut Barbieri 2014-03-08 17:56:54 -03:00
parent a6148e5e56
commit 5ca6eaf418
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
datarootdir=@datarootdir@
datadir=@datadir@
includedir=@includedir@/@PACKAGE@
modules=@libdir@/@PACKAGE@/modules
pkgdatadir=@datadir@/enlightenment/data
pkgdatadir=@datadir@/@PACKAGE@/data
themes=${pkgdatadir}/themes
backgrounds=${pkgdatadir}/backgrounds
config_apps=@prefix@/share/@PACKAGE@/config-apps
config_apps=@datadir@/@PACKAGE@/config-apps
release=@release@
Name: enlightenment