Changes between Version 1 and Version 2 of A2PS
- Timestamp:
- 01/31/2006 03:35:35 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
A2PS
v1 v2 5 5 ---- 6 6 7 The make_fonts_map.sh script uses obsolete syntax for the "sort" program and thus fails with Coreutils-5.93. Workaround:7 The make_fonts_map.sh script from i18n-fonts uses obsolete syntax for the "sort" program and thus fails with Coreutils-5.93. Modify this script before installation in order to avoid this problem: 8 8 {{{ 9 _POSIX2_VERSION=199209 ./make_fonts_map.sh9 sed -i 's/+0 -1/-k 1,2/' make_fonts_map.sh 10 10 }}} 11 11