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

dont depend on man for now

parent 63076c93
No related branches found
No related tags found
No related merge requests found
...@@ -321,7 +321,7 @@ doc() { ...@@ -321,7 +321,7 @@ doc() {
# remove if empty, ignore error (not empty) # remove if empty, ignore error (not empty)
rmdir "$pkgdir/usr/share" "$pkgdir/usr" 2>/dev/null rmdir "$pkgdir/usr/share" "$pkgdir/usr" 2>/dev/null
[ -d "$subpkgdir/usr/share/man" ] && depends="man" # [ -d "$subpkgdir/usr/share/man" ] && depends="man"
return 0 return 0
} }
......
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