summaryrefslogtreecommitdiffstats
path: root/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-30 09:42:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-30 09:42:30 +0000
commit102c46063593fb95fafa3b0fe331a5b19c80f8a3 (patch)
tree5f55b2023fe1896b2341429db302e1c6960eb640 /abuild
parentb529d81469144adbee35767b2f1297ac79982e89 (diff)
downloadabuild-102c46063593fb95fafa3b0fe331a5b19c80f8a3.tar.bz2
abuild-102c46063593fb95fafa3b0fe331a5b19c80f8a3.tar.xz
abuild: make licenses a part of -doc packages
Diffstat (limited to 'abuild')
-rwxr-xr-xabuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild b/abuild
index d200b0b..6e453d2 100755
--- a/abuild
+++ b/abuild
@@ -321,7 +321,7 @@ package() {
doc() {
depends="$depends_doc"
local i
- for i in doc man info html sgml; do
+ for i in doc man info html sgml licenses; do
if [ -d "$pkgdir/usr/share/$i" ]; then
mkdir -p "$subpkgdir/usr/share"
mv "$pkgdir/usr/share/$i" "$subpkgdir/usr/share/"