wok-next view python-caja/stuff/patches/pc.patch @ rev 20849

syslinux: prevent shell expansion, specify CONFIG_FILES
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 17:39:19 2018 +0300 (2018-06-23)
parents
children
line source
1 Placeholder "@libdir@" will be substituted by "${exec_prefix}/lib" after
2 caja-python.pc.in transformed into caja-python.pc, but ${exec_prefix} isn't
3 defined here, which leads to an error when parsing the pc file.
5 --- a/caja-python.pc.in
6 +++ b/caja-python.pc.in
7 @@ -3,6 +3,7 @@
8 Version: @VERSION@
10 prefix=@prefix@
11 +exec_prefix=@exec_prefix@
12 datarootdir=@datarootdir@
13 libdir=@libdir@
14 pythondir=@datadir@/caja-python/extensions