summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/abuild.in b/abuild.in
index 3ed5417..acfef00 100644
--- a/abuild.in
+++ b/abuild.in
@@ -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