wok rev 19619
locale-pack.functions: make valid relative symlink for icon for lxpanel keyboard applet
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jan 10 16:22:01 2017 +0200 (2017-01-10) |
parents | caa3228f7d63 |
children | c8c90fc3490e |
files | slitaz-i18n/stuff/locale-pack.functions |
line diff
1.1 --- a/slitaz-i18n/stuff/locale-pack.functions Tue Jan 10 16:05:06 2017 +0200 1.2 +++ b/slitaz-i18n/stuff/locale-pack.functions Tue Jan 10 16:22:01 2017 +0200 1.3 @@ -150,7 +150,7 @@ 1.4 install -Dm644 \ 1.5 $WOK/flag-icons/taz/*/fs/$usih/16x16/intl/${i%%:*}.png \ 1.6 $fs/$usih/16x16/intl/${i%%:*}.png 1.7 - ln -s /$usih/16x16/intl/${i%%:*}.png $fs/$uslix/${i##*:}.png 1.8 + ln -s ../../../icons/hicolor/16x16/intl/${i%%:*}.png $fs/$uslix/${i##*:}.png 1.9 done 1.10 fi 1.11