cookutils diff modules/pack @ rev 1137
modules/pack: introduce *-lang packages: to make it just append SPLIT="..." by "$PACKAGE-lang"
The list of supported locales you can find still in the $WOK/slitaz-i18n/stuff/locale-pack.conf
The list of supported locales you can find still in the $WOK/slitaz-i18n/stuff/locale-pack.conf
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Feb 02 13:36:54 2019 +0200 (2019-02-02) |
parents | 4f2ea8b43594 |
children | 8418b19a2dfc |
line diff
1.1 --- a/modules/pack Wed Jan 30 23:26:44 2019 +0200 1.2 +++ b/modules/pack Sat Feb 02 13:36:54 2019 +0200 1.3 @@ -576,6 +576,7 @@ 1.4 $basepkg) COPY='@std @rm';; 1.5 *-dev) COPY='@dev @rm';; 1.6 lib$basepkg) COPY='*.so.*'; [ -n "$CAT" ] || CAT="libs|shared library";; 1.7 + *-lang) COPY='*.mo'; [ -n "$CAT" ] || CAT="localization|translations";; 1.8 esac 1.9 fi 1.10