ICU-3325 Don't bother installing convrtrs.txt.

X-SVN-Rev: 14693
This commit is contained in:
George Rhoten 2004-03-12 06:58:25 +00:00
parent 4f5abb2cca
commit 088059344c
3 changed files with 0 additions and 9 deletions

View file

@ -1 +0,0 @@
/etc/icu/convrtrs.txt

View file

@ -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
;;

View file

@ -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