mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-3325 Don't bother installing convrtrs.txt.
X-SVN-Rev: 14693
This commit is contained in:
parent
4f5abb2cca
commit
088059344c
3 changed files with 0 additions and 9 deletions
|
@ -1 +0,0 @@
|
|||
/etc/icu/convrtrs.txt
|
|
@ -49,12 +49,6 @@ case "$1" in
|
|||
ICU_DATA=@libdir@/@PACKAGE@/@VERSION@
|
||||
export ICU_DATA
|
||||
|
||||
if test ! -f $ICU_DATA/cnvalias.dat -o @sysconfdir@/icu/convrtrs.txt -nt $ICU_DATA/cnvalias.dat
|
||||
then
|
||||
echo Compiling converters and aliases list from @sysconfdir@/@PACKAGE@/convrtrs.txt
|
||||
@sbindir@/gencnval @sysconfdir@/@PACKAGE@/convrtrs.txt
|
||||
fi
|
||||
|
||||
fi
|
||||
;;
|
||||
|
||||
|
|
|
@ -147,8 +147,6 @@ binary-indep: build install
|
|||
install -m 644 $(srcdir)/data/$$d/*.* \
|
||||
debian/icu-data/$(datasrcdir)/$$d; \
|
||||
done
|
||||
cd debian/icu-data/$(datasrcdir)/mappings && \
|
||||
$(RM) convrtrs.txt && ln -s /etc/icu/convrtrs.txt .
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
|
|
Loading…
Add table
Reference in a new issue