bad chmod

This commit is contained in:
Caolan McNamara 2009-08-25 08:30:59 +00:00
parent e44a0f5d07
commit ef0b2805ac

View File

@ -19,7 +19,6 @@ Icelandic hunspell dictionaries.
%setup -q -c -n hunspell-is
%build
chmod -x *
for i in LICENSE_en_US.txt; do
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
iconv -f ISO-8859-1 -t UTF-8 $i > $i.new