Skip to content
Snippets Groups Projects
Commit 102c4606 authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: make licenses a part of -doc packages

parent b529d814
No related merge requests found
......@@ -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/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment