Fix l10n manifest generation script
svn path=/nixpkgs/trunk/; revision=24993
This commit is contained in:
parent
1f558f78df
commit
9d8000c968
|
@ -24,9 +24,6 @@ for i in `cd "${dir}"; ls kde-l10n-*-${release}.tar.bz2`; do
|
||||||
hash=$(nix-hash --type sha256 --flat --base32 "${dir}/${i}")
|
hash=$(nix-hash --type sha256 --flat --base32 "${dir}/${i}")
|
||||||
echo "{"
|
echo "{"
|
||||||
echo " lang = \"${lang}\";"
|
echo " lang = \"${lang}\";"
|
||||||
if [[ "${lang}" =~ "@" ]]; then
|
|
||||||
echo " langStripped = \"${lang/@/_}\";"
|
|
||||||
fi
|
|
||||||
echo " sha256 = \"${hash}\";"
|
echo " sha256 = \"${hash}\";"
|
||||||
echo "}"
|
echo "}"
|
||||||
echo $hash >&2
|
echo $hash >&2
|
||||||
|
|
Loading…
Reference in New Issue