mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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}")
|
||||
echo "{"
|
||||
echo " lang = \"${lang}\";"
|
||||
if [[ "${lang}" =~ "@" ]]; then
|
||||
echo " langStripped = \"${lang/@/_}\";"
|
||||
fi
|
||||
echo " sha256 = \"${hash}\";"
|
||||
echo "}"
|
||||
echo $hash >&2
|
||||
|
Loading…
Reference in New Issue
Block a user