gettext: fix prefix (#5749)
This commit is contained in:
parent
bd185b8146
commit
b182e2334d
@ -73,7 +73,7 @@ def configure_args(self):
|
|||||||
'--with-included-gettext',
|
'--with-included-gettext',
|
||||||
'--with-included-libcroco',
|
'--with-included-libcroco',
|
||||||
'--without-emacs',
|
'--without-emacs',
|
||||||
'--with-lispdir=%s/emacs/site-lisp/gettext' % prefix.share,
|
'--with-lispdir=%s/emacs/site-lisp/gettext' % self.prefix.share,
|
||||||
'--without-cvs'
|
'--without-cvs'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user