- Use pkgdatadir instead of datadir + pkgname
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@287 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
d007d72011
commit
07d76c3554
5 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
pkglib_LTLIBRARIES = libpyloader.la
|
||||
|
||||
# Other directories
|
||||
sharedir = @datadir@/sgpemv2
|
||||
sharedir = $(pkgdatadir)
|
||||
pycdir = $(sharedir)/policies
|
||||
moddir = $(sharedir)/modules
|
||||
localedir = @datadir@/locale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue