gettext: fix prefix (#5749)

This commit is contained in:
Denis Davydov 2017-10-13 10:52:55 +02:00 committed by Massimiliano Culpo
parent bd185b8146
commit b182e2334d

View File

@ -73,7 +73,7 @@ def configure_args(self):
'--with-included-gettext',
'--with-included-libcroco',
'--without-emacs',
'--with-lispdir=%s/emacs/site-lisp/gettext' % prefix.share,
'--with-lispdir=%s/emacs/site-lisp/gettext' % self.prefix.share,
'--without-cvs'
]