Minor fix
This commit is contained in:
parent
b3b435b87f
commit
c842412c07
|
@ -21,7 +21,7 @@ eval `echo $version |
|
||||||
|
|
||||||
# Update the version numbers
|
# Update the version numbers
|
||||||
|
|
||||||
sed -i configure.ac -e "/^AM_INIT_AUTOMAKE/s/2\.[0-9.]*/$version/"
|
sed -i configure.ac -e "/^AC_INIT(/s/2\.[0-9.]*/$version/"
|
||||||
|
|
||||||
sed -i fontconfig/fontconfig.h \
|
sed -i fontconfig/fontconfig.h \
|
||||||
-e "/^#define FC_MAJOR/s/[0-9][0-9]*/$major/" \
|
-e "/^#define FC_MAJOR/s/[0-9][0-9]*/$major/" \
|
||||||
|
|
Loading…
Reference in New Issue