mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Let configure creates l10n-prepare script with correct version and do chmod +x on it.
This commit is contained in:
parent
c4f15ebd76
commit
bf3046af5a
@ -136,4 +136,9 @@ AC_SUBST(FLTK_CFLAGS)
|
|||||||
AC_SUBST(FLTK_LIBS)
|
AC_SUBST(FLTK_LIBS)
|
||||||
AC_SUBST(FLTK_LIBS_NOIMAGES)
|
AC_SUBST(FLTK_LIBS_NOIMAGES)
|
||||||
|
|
||||||
AC_OUTPUT([config.jam])
|
AC_OUTPUT([
|
||||||
|
config.jam
|
||||||
|
tools/l10n-prepare.sh
|
||||||
|
])
|
||||||
|
|
||||||
|
chmod +x tools/l10n-prepare.sh
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# Copyright (c) 2008 Sanel Zukan
|
# Copyright (c) 2008 Sanel Zukan
|
||||||
# License as usually, the same as the rest of EDE parts...
|
# License as usually, the same as the rest of EDE parts...
|
||||||
|
|
||||||
pots="ede-2.0.0-l10n"
|
pots="ede-@EDE_VERSION@-l10n"
|
||||||
|
|
||||||
directories="
|
directories="
|
||||||
eabout
|
eabout
|
||||||
|
Loading…
Reference in New Issue
Block a user