wok diff tramys/receipt @ rev 24784
updated yaws (2.0.7 -> 2.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 21 07:11:54 2022 +0100 (2022-03-21) |
parents | 07cf937874e1 |
children |
line diff
1.1 --- a/tramys/receipt Tue Aug 19 09:21:54 2014 +0000 1.2 +++ b/tramys/receipt Mon Mar 21 07:11:54 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tramys" 1.7 -VERSION="140819" 1.8 +VERSION="140824" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -14,4 +14,8 @@ 1.13 install -Dm755 -o root $stuff/tramys $fs/usr/bin/tramys 1.14 install -Dm644 -o root $stuff/mo.list $fs/usr/share/tramys/mo.list 1.15 install -Dm644 -o root $stuff/qm.list $fs/usr/share/tramys/qm.list 1.16 + for REL in "3.0" "stable" "arm" "x86_64"; do 1.17 + install -Dm644 -o root $stuff/${REL}_mo.list $fs/usr/share/tramys/${REL}_mo.list 1.18 + install -Dm644 -o root $stuff/${REL}_qm.list $fs/usr/share/tramys/${REL}_qm.list 1.19 + done 1.20 }