abuild: fix license in pkginfo

license is a simple string, not an array
This commit is contained in:
Natanael Copa 2015-04-08 14:25:52 +00:00
parent a664181714
commit 60225fc46c
1 changed files with 1 additions and 3 deletions

View File

@ -815,9 +815,7 @@ EOF
echo "replaces_priority = $replaces_priority" >> "$pkginfo"
fi
for i in $license; do
echo "license = $i" >> "$pkginfo"
done
echo "license = $license" >> "$pkginfo"
for i in $replaces; do
echo "replaces = $i" >> "$pkginfo"
done